Initial commit
This commit is contained in:
commit
4c55a9f438
39 changed files with 2594 additions and 0 deletions
8
tsconfig.node.json
Normal file
8
tsconfig.node.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Node"
|
||||
},
|
||||
"include": ["vite.config.ts"]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue