aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.app.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.app.json')
-rw-r--r--tsconfig.app.json14
1 files changed, 0 insertions, 14 deletions
diff --git a/tsconfig.app.json b/tsconfig.app.json
deleted file mode 100644
index 6bd811a..0000000
--- a/tsconfig.app.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "extends": "@vue/tsconfig/tsconfig.dom.json",
- "include": ["env.d.ts", "src/**/*", "src/**/*.ts", "src/**/*.vue"],
- "exclude": ["src/**/__tests__/*"],
- "compilerOptions": {
- "composite": true,
- "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
-
- "baseUrl": ".",
- "paths": {
- "@/*": ["./src/*"]
- }
- }
-}