aboutsummaryrefslogtreecommitdiff
path: root/src-vue/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'src-vue/tsconfig.json')
-rw-r--r--src-vue/tsconfig.json18
1 files changed, 0 insertions, 18 deletions
diff --git a/src-vue/tsconfig.json b/src-vue/tsconfig.json
deleted file mode 100644
index 7f0f0012..00000000
--- a/src-vue/tsconfig.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "compilerOptions": {
- "target": "ESNext",
- "useDefineForClassFields": true,
- "module": "ESNext",
- "moduleResolution": "Node",
- "strict": true,
- "jsx": "preserve",
- "sourceMap": true,
- "resolveJsonModule": true,
- "isolatedModules": true,
- "esModuleInterop": true,
- "lib": ["ESNext", "DOM", "ES2018"],
- "skipLibCheck": true
- },
- "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"],
- "references": [{ "path": "./tsconfig.node.json" }]
-}