update 升级 vite8
update 升级 ts6 update eslint 替换为 Oxlint
This commit is contained in:
+1
-5
@@ -1,12 +1,9 @@
|
||||
{
|
||||
"$schema": "https://json.schemastore.org/tsconfig",
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
// https://vite.dev/config/build-options.html#build-target
|
||||
"target": "ES2020",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Bundler",
|
||||
"lib": ["ESNext", "DOM", "DOM.Iterable"],
|
||||
"lib": ["ESNext", "DOM"],
|
||||
"skipLibCheck": true,
|
||||
// This setting lets you specify a file for storing incremental compilation information as a part of composite projects which enables faster building of larger TypeScript codebases.
|
||||
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.tsbuildinfo",
|
||||
@@ -35,7 +32,6 @@
|
||||
"src/**/*.vue",
|
||||
"vite.config.ts",
|
||||
"vitest.config.ts",
|
||||
"eslint.config.ts",
|
||||
"src/**/*.d.ts"
|
||||
],
|
||||
"exclude": ["node_modules", "dist", "src/**/__tests__/*"]
|
||||
|
||||
Reference in New Issue
Block a user