Init template

This commit is contained in:
Vitaly Rtishchev 2023-06-12 11:15:25 +04:00
commit c7020592dc
18 changed files with 2574 additions and 0 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"]
}