update and introduce react router
This commit is contained in:
parent
bf32423169
commit
fa49ed07db
27 changed files with 349 additions and 187 deletions
|
|
@ -3,7 +3,7 @@
|
|||
"target": "ES2022",
|
||||
"useDefineForClassFields": true,
|
||||
"lib": ["ES2022", "DOM", "DOM.Iterable"],
|
||||
"types": ["vitest/importMeta"],
|
||||
"types": ["node", "vite/client", "vitest/importMeta"],
|
||||
"module": "ESNext",
|
||||
"skipLibCheck": true,
|
||||
|
||||
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
"strict": true,
|
||||
|
||||
"esModuleInterop": true,
|
||||
"allowUnusedLabels": false,
|
||||
"allowUnreachableCode": false,
|
||||
"exactOptionalPropertyTypes": true,
|
||||
|
|
@ -26,6 +27,8 @@
|
|||
"noUncheckedIndexedAccess": true,
|
||||
"noUnusedLocals": false,
|
||||
"noUnusedParameters": false,
|
||||
"verbatimModuleSyntax": true,
|
||||
"resolveJsonModule": true,
|
||||
|
||||
"checkJs": true,
|
||||
"verbatimModuleSyntax": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue