Browse Source

ts: Enable declaration map (#129)

defactojob 4 năm trước cách đây
mục cha
commit
b53a3291e5
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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,