Added back source map generation

This commit is contained in:
Przemek Wiech
2019-02-07 00:27:11 +01:00
parent f0addd57a9
commit a1cd76273d

View File

@@ -17,7 +17,8 @@
"noEmit": true, "noEmit": true,
"jsx": "preserve", "jsx": "preserve",
"allowSyntheticDefaultImports": true, "allowSyntheticDefaultImports": true,
"suppressImplicitAnyIndexErrors": true "suppressImplicitAnyIndexErrors": true,
"sourceMap": true
}, },
"include": [ "include": [
"src" "src"