This commit is contained in:
2024-11-08 00:52:02 +01:00
commit 85be6d646e
33 changed files with 5970 additions and 0 deletions

9
tsconfig.node.json Normal file
View File

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