chore: 整理
All checks were successful
CI / cache-and-install (push) Successful in 1m7s

This commit is contained in:
2024-08-13 23:02:51 +08:00
parent 9ecbb42312
commit fcff296d4e
13 changed files with 127 additions and 362 deletions

View File

@ -6,14 +6,14 @@
"./typed-router.d.ts",
"./auto-imports.d.ts",
"./components.d.ts",
"env.d.ts",
"env.d.ts", // TODO: compilerOptions.types
"src/**/*",
"src/**/*.vue"
],
"exclude": ["src/**/__tests__/*"],
"compilerOptions": {
"composite": true,
"skipDefaultLibCheck": false,
// "skipLibCheck": false,
"moduleResolution": "Bundler",
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
"baseUrl": ".",