summaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json2
1 files changed, 0 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json
index c0a6058..6e1f66d 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -2,9 +2,7 @@
"compilerOptions": {
"outDir": "./dist/",
"sourceMap": true,
- "module": "commonjs",
"target": "ES2015",
- "lib": [ "es2015", "dom" ],
"strict": true
}
}