Explorar o código

Merge pull request #381 from russellp17/disable-ts-config-for-sourceMappingURL

Disable ts config that leads to sourceMappingURL comment
David Sehnal %!s(int64=3) %!d(string=hai) anos
pai
achega
2509e91f1a
Modificáronse 2 ficheiros con 2 adicións e 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,