summaryrefslogtreecommitdiff
path: root/electron/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'electron/tsconfig.json')
-rw-r--r--electron/tsconfig.json21
1 files changed, 0 insertions, 21 deletions
diff --git a/electron/tsconfig.json b/electron/tsconfig.json
deleted file mode 100644
index a2a65ea5..00000000
--- a/electron/tsconfig.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "compilerOptions": {
- "target": "ESNext",
- "module": "ESNext",
- "strict": true,
- "jsx": "preserve",
- "importHelpers": true,
- "moduleResolution": "node",
- "esModuleInterop": true,
- "allowSyntheticDefaultImports": true,
- "sourceMap": true,
- "baseUrl": ".",
- "types": ["webpack-env"],
- "paths": {
- "@/*": ["src/*"]
- },
- "lib": ["ESNext", "DOM", "DOM.Iterable", "ScriptHost"]
- },
- "include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue", "tests/**/*.ts", "tests/**/*.tsx"],
- "exclude": ["node_modules", "dist"]
-}