Przykład

This commit is contained in:
s22775-pj-Oleksii-Sumrii
2026-04-18 18:43:26 +02:00
parent 840a6d6e56
commit 1963132132
61 changed files with 9872 additions and 2 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"]
}