summaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2018-12-08 12:39:18 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2018-12-08 12:39:18 +0100
commitb3950330e3351437f153c6c1debb3821d6e28864 (patch)
tree0b381b523045bd59cd679825a11976a45813fc24 /tsconfig.json
parent439dcf391784ea3abb61473c74b9c27fcd9fdc2d (diff)
downloadrpgedit-b3950330e3351437f153c6c1debb3821d6e28864.tar
rpgedit-b3950330e3351437f153c6c1debb3821d6e28864.zip
Create Electron app
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json7
1 files changed, 1 insertions, 6 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 6e1f66d..b9e1b10 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,8 +1,3 @@
{
- "compilerOptions": {
- "outDir": "./dist/",
- "sourceMap": true,
- "target": "ES2015",
- "strict": true
- }
+ "extends": "./node_modules/electron-webpack/tsconfig-base.json"
}