chore: update knip config
This commit is contained in:
11
knip.json
11
knip.json
@@ -7,7 +7,13 @@
|
|||||||
"server": {
|
"server": {
|
||||||
"entry": ["tests/**/*.ts"],
|
"entry": ["tests/**/*.ts"],
|
||||||
"project": ["src/**/*.ts", "tests/**/*.ts"],
|
"project": ["src/**/*.ts", "tests/**/*.ts"],
|
||||||
"ignore": ["src/_luaScripts/**", "src/_luaScriptsV2/**"]
|
"ignore": [
|
||||||
|
"src/_luaScripts/**",
|
||||||
|
"src/_luaScriptsV2/**",
|
||||||
|
"src/utils/importUtils/**",
|
||||||
|
"src/utils/scriptUtils/**",
|
||||||
|
"src/utils/workerUtils/**"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"shared": {
|
"shared": {
|
||||||
"entry": ["index.ts"],
|
"entry": ["index.ts"],
|
||||||
@@ -16,7 +22,8 @@
|
|||||||
},
|
},
|
||||||
"vite": {
|
"vite": {
|
||||||
"entry": ["src/main.tsx"],
|
"entry": ["src/main.tsx"],
|
||||||
"project": ["src/**/*.{ts,tsx}"]
|
"project": ["src/**/*.{ts,tsx}"],
|
||||||
|
"ignore": ["src/components/ai-elements/**"]
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"entry": ["**/*.{ts,js}"],
|
"entry": ["**/*.{ts,js}"],
|
||||||
|
|||||||
Reference in New Issue
Block a user