Merge version_1 into main #1

Merged
development merged 12 commits from version_1 into main 2026-01-16 13:25:18 +00:00
Showing only changes of commit 3e2af93631 - Show all commits

8
tsconfig.node.json Normal file
View File

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