initialize react-router
This commit is contained in:
parent
951ccecd14
commit
4133722f72
17 changed files with 213 additions and 74 deletions
|
|
@ -1,5 +1,16 @@
|
|||
{
|
||||
"files": [],
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"include": ["src"]
|
||||
"include": ["app"],
|
||||
"compilerOptions": {
|
||||
"types": ["vitest/importMeta", "vite/client", "node"],
|
||||
"rootDirs": [".", "./.react-router/types"],
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"~/*": ["./app/*"]
|
||||
},
|
||||
"esModuleInterop": true,
|
||||
"verbatimModuleSyntax": true,
|
||||
"resolveJsonModule": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue