Explorar o código

chore: enable "declarationMap" and "sourceMap" in "tsconfig.json"

Paul Razvan Berg %!s(int64=3) %!d(string=hai) anos
pai
achega
59613a505e
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      tsconfig.json

+ 2 - 2
tsconfig.json

@@ -1,7 +1,7 @@
 {
   "compilerOptions": {
     "declaration": true,
-    "declarationMap": false,
+    "declarationMap": true,
     "emitDecoratorMetadata": true,
     "esModuleInterop": true,
     "experimentalDecorators": true,
@@ -12,7 +12,7 @@
     "noImplicitAny": true,
     "removeComments": true,
     "resolveJsonModule": true,
-    "sourceMap": false,
+    "sourceMap": true,
     "strict": true,
     "target": "es6"
   },