ソースを参照

ts: Enable declaration map (#129)

defactojob 4 年 前
コミット
b53a3291e5
1 ファイル変更1 行追加0 行削除
  1. 1 0
      ts/tsconfig.json

+ 1 - 0
ts/tsconfig.json

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