This commit is contained in:
Nikita
2024-08-27 16:08:47 +03:00
parent ba92771c40
commit e38c10af6b
33 changed files with 242 additions and 5 deletions

10
app/tsconfig.node.json Normal file
View File

@@ -0,0 +1,10 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}