aboutsummaryrefslogtreecommitdiff
path: root/frontend/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/tsconfig.json')
-rw-r--r--frontend/tsconfig.json16
1 files changed, 0 insertions, 16 deletions
diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json
deleted file mode 100644
index 8d23599..0000000
--- a/frontend/tsconfig.json
+++ /dev/null
@@ -1,16 +0,0 @@
1{
2 "extends": "@vue/tsconfig/tsconfig.web.json",
3 "include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
4 "compilerOptions": {
5 "baseUrl": ".",
6 "paths": {
7 "@/*": ["./src/*"]
8 }
9 },
10
11 "references": [
12 {
13 "path": "./tsconfig.config.json"
14 }
15 ]
16}