ts: Enable declaration map (#129)

This commit is contained in:
defactojob 2021-03-28 00:47:44 +08:00 committed by GitHub
parent c3865ac401
commit b53a3291e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
"sourceMap": true,
"declaration": true,
"declarationMap": true,
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,