Migrate to vite + react + tailwindcss
This commit is contained in:
parent
384e2fbc2c
commit
4cb5e97faf
28 changed files with 1990 additions and 1092 deletions
11
tsconfig.node.json
Normal file
11
tsconfig.node.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Node",
|
||||
"allowSyntheticDefaultImports": true
|
||||
},
|
||||
"include": [
|
||||
"vite.config.ts"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue