编写路由代码。
This commit is contained in:
@@ -1,16 +1,9 @@
|
||||
// {
|
||||
// "files": [],
|
||||
// "references": [
|
||||
// {
|
||||
// "path": "./tsconfig.node.json"
|
||||
// },
|
||||
// {
|
||||
// "path": "./tsconfig.app.json"
|
||||
// }
|
||||
// ],
|
||||
// }
|
||||
{
|
||||
"compilerOptions": {
|
||||
// "allowJs": true,
|
||||
// "declaration": true,
|
||||
"noEmit": true,
|
||||
"allowImportingTsExtensions": true,
|
||||
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"useDefineForClassFields": true,
|
||||
@@ -45,7 +38,7 @@
|
||||
"src/**/*.tsx",
|
||||
"src/**/*.vue",
|
||||
"*.d.ts",
|
||||
"src/router/index.d.ts",
|
||||
".vscode/bak/RouteIndex.d.ts",
|
||||
"vite.config.*",
|
||||
"vitest.config.*",
|
||||
"cypress.config.*",
|
||||
|
||||
Reference in New Issue
Block a user