Pārlūkot izejas kodu

ts: Enable declaration map (#129)

defactojob 4 gadi atpakaļ
vecāks
revīzija
b53a3291e5
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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,