feat: init react app
- bun - vite - react - typescript - swc
This commit is contained in:
parent
b76a4133d6
commit
63633cf3c7
16 changed files with 329 additions and 0 deletions
11
tsconfig.json
Normal file
11
tsconfig.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"files": [],
|
||||
"references": [
|
||||
{
|
||||
"path": "./tsconfig.app.json"
|
||||
},
|
||||
{
|
||||
"path": "./tsconfig.node.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in a new issue