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, 8 insertions, 0 deletions
diff --git a/frontend/tsconfig.config.json b/frontend/tsconfig.config.json
new file mode 100644
index 0000000..424084a
--- /dev/null
+++ b/frontend/tsconfig.config.json
@@ -0,0 +1,8 @@
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}