Explorar el Código

Disable ts config that leads to sourceMappingURL comment in transpilation

Russell Parker hace 3 años
padre
commit
931cb0fa7d
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      tsconfig.commonjs.json
  2. 1 1
      tsconfig.json

+ 1 - 1
tsconfig.commonjs.json

@@ -5,7 +5,7 @@
         "alwaysStrict": true,
         "noImplicitAny": true,
         "noImplicitThis": true,
-        "sourceMap": true,
+        "sourceMap": false,
         "noUnusedLocals": true,
         "strictNullChecks": true,
         "strictFunctionTypes": true,

+ 1 - 1
tsconfig.json

@@ -5,7 +5,7 @@
         "alwaysStrict": true,
         "noImplicitAny": true,
         "noImplicitThis": true,
-        "sourceMap": true,
+        "sourceMap": false,
         "noUnusedLocals": true,
         "strictNullChecks": true,
         "strictFunctionTypes": true,