chore: enable source map for ts

This commit is contained in:
Il Harper 2024-10-05 16:07:33 +08:00
parent e5d4a3f456
commit 9e81393d3d
No known key found for this signature in database
GPG Key ID: 4B71FCA698E7E8EC

View File

@ -5,6 +5,8 @@
"module": "CommonJS", "module": "CommonJS",
"emitDeclarationOnly": true, "emitDeclarationOnly": true,
"declaration": true, "declaration": true,
"sourceMap": true,
"declarationMap": true,
"composite": true, "composite": true,
"incremental": true, "incremental": true,
"skipLibCheck": true, "skipLibCheck": true,