chore: lint files
This commit is contained in:
+4
-18
@@ -3,10 +3,7 @@
|
||||
"baseUrl": ".",
|
||||
"module": "ESNext",
|
||||
"target": "es2017",
|
||||
"lib": [
|
||||
"DOM",
|
||||
"ESNext"
|
||||
],
|
||||
"lib": ["DOM", "ESNext"],
|
||||
"noEmit": true,
|
||||
"declaration": false,
|
||||
"strict": true,
|
||||
@@ -18,20 +15,9 @@
|
||||
"noUnusedLocals": false,
|
||||
"strictNullChecks": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"types": [
|
||||
"vite/client",
|
||||
"@types/node",
|
||||
"unplugin-icons/types/vue"
|
||||
]
|
||||
"types": ["vite/client", "@types/node", "unplugin-icons/types/vue"]
|
||||
},
|
||||
"include": [
|
||||
"components",
|
||||
"src",
|
||||
"src/.vuepress/auto-imports.d.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"dist"
|
||||
],
|
||||
"include": ["components", "src", "src/.vuepress/auto-imports.d.ts"],
|
||||
"exclude": ["node_modules", "dist"],
|
||||
"references": [{ "path": "./tsconfig.node.json" }]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user