aboutsummaryrefslogtreecommitdiff
path: root/frontend/tsconfig.node.json
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/tsconfig.node.json')
-rw-r--r--frontend/tsconfig.node.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/frontend/tsconfig.node.json b/frontend/tsconfig.node.json
new file mode 100644
index 0000000..9d31e2a
--- /dev/null
+++ b/frontend/tsconfig.node.json
@@ -0,0 +1,9 @@
1{
2 "compilerOptions": {
3 "composite": true,
4 "module": "ESNext",
5 "moduleResolution": "Node",
6 "allowSyntheticDefaultImports": true
7 },
8 "include": ["vite.config.ts"]
9}