Joseph Garrone
2024-01-27 06:42:45 +01:00
parent a41354b740
commit 8e0c62cf84
15 changed files with 174 additions and 15788 deletions

10
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"]
}