summaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
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"
}