This commit is contained in:
rafaeldpsilva
2025-12-10 14:57:34 +00:00
parent 84f5286126
commit b1ddf0c85e
102 changed files with 0 additions and 497175 deletions

12
tsconfig.node.json Normal file
View File

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