aboutsummaryrefslogtreecommitdiff
path: root/frontend/tsconfig.config.json
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/tsconfig.config.json')
-rw-r--r--frontend/tsconfig.config.json8
1 files changed, 0 insertions, 8 deletions
diff --git a/frontend/tsconfig.config.json b/frontend/tsconfig.config.json
deleted file mode 100644
index 424084a..0000000
--- a/frontend/tsconfig.config.json
+++ /dev/null
@@ -1,8 +0,0 @@
1{
2 "extends": "@vue/tsconfig/tsconfig.node.json",
3 "include": ["vite.config.*", "vitest.config.*", "cypress.config.*", "playwright.config.*"],
4 "compilerOptions": {
5 "composite": true,
6 "types": ["node"]
7 }
8}