summaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2018-10-23 23:45:30 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2018-10-23 23:45:30 +0200
commitf9f3da7048880cb3c4b03d0116bb8be850688e74 (patch)
tree9077dfd9e2e8bf56896d9a4e00d3c59843091f1f /tsconfig.json
parent02758a69ac49cc437ed27628b64e08fd443758b8 (diff)
downloadrpgedit-f9f3da7048880cb3c4b03d0116bb8be850688e74.tar
rpgedit-f9f3da7048880cb3c4b03d0116bb8be850688e74.zip
Update everything
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
}
}