summaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2020-02-22 17:35:19 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2020-02-22 18:08:23 +0100
commit9eed5c04fff403ef6a7d9ad3ca1fe8628510b9a6 (patch)
tree5a4b0a7e43821a5881365f76cd40c2e4c86273dd /tsconfig.json
parentd35a68caf3987f24d85cb31cf3b327112459c7ac (diff)
downloadrpgedit-9eed5c04fff403ef6a7d9ad3ca1fe8628510b9a6.tar
rpgedit-9eed5c04fff403ef6a7d9ad3ca1fe8628510b9a6.zip
Switch from electron-webpack to electron-forge
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json
index ae84a37..3c4a19f 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -5,8 +5,7 @@
"strict": true,
"jsx": "react",
"outDir": "dist",
- "sourceMap": true,
- "declaration": true
+ "sourceMap": true
},
"include": [
"src/**/*"