aboutsummaryrefslogtreecommitdiffhomepage
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 55769505..a2c61955 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -3,14 +3,14 @@
"module": "commonjs",
"target": "es6",
"noImplicitAny": false,
- "sourceMap": false,
+ "sourceMap": true,
"outDir": "dist/js",
"noEmitOnError": false,
"typeRoots": [ "node_modules/@types" ],
"resolveJsonModule": true,
"jsx": "react",
"lib": [
- "es2019",
+ "es2019",
"dom",
"dom.iterable"
]