Add: starting point for Vite React frontend
This commit is contained in:
parent
93d3f4979d
commit
d01109459a
11 changed files with 5524 additions and 0 deletions
17
frontend/tsconfig.json
Normal file
17
frontend/tsconfig.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"files": [],
|
||||
"references": [
|
||||
{
|
||||
"path": "./tsconfig.app.json"
|
||||
},
|
||||
{
|
||||
"path": "./tsconfig.node.json"
|
||||
}
|
||||
],
|
||||
"compilerOptions": {
|
||||
"baseURL": ".",
|
||||
"paths": {
|
||||
"@/*": ["./src/*"]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue