Skip to content
Snippets Groups Projects
Commit 931cb0fa authored by Russell Parker's avatar Russell Parker
Browse files

Disable ts config that leads to sourceMappingURL comment in transpilation

parent 4babbb65
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
"alwaysStrict": true,
"noImplicitAny": true,
"noImplicitThis": true,
"sourceMap": true,
"sourceMap": false,
"noUnusedLocals": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
......
......@@ -5,7 +5,7 @@
"alwaysStrict": true,
"noImplicitAny": true,
"noImplicitThis": true,
"sourceMap": true,
"sourceMap": false,
"noUnusedLocals": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment