mirror of
https://github.com/chrononeko/chronocat.git
synced 2024-11-21 14:48:23 +00:00
chore: enable source map for ts
This commit is contained in:
parent
e5d4a3f456
commit
9e81393d3d
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user