chore: config adjustments

This commit is contained in:
2025-09-14 14:38:42 +02:00
parent e0548e593c
commit 324ca3de4d
2 changed files with 133 additions and 133 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"module": "nodenext",
"moduleResolution": "nodenext",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]