chore: update knip config
This commit is contained in:
11
knip.json
11
knip.json
@@ -7,7 +7,13 @@
|
||||
"server": {
|
||||
"entry": ["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": {
|
||||
"entry": ["index.ts"],
|
||||
@@ -16,7 +22,8 @@
|
||||
},
|
||||
"vite": {
|
||||
"entry": ["src/main.tsx"],
|
||||
"project": ["src/**/*.{ts,tsx}"]
|
||||
"project": ["src/**/*.{ts,tsx}"],
|
||||
"ignore": ["src/components/ai-elements/**"]
|
||||
},
|
||||
"scripts": {
|
||||
"entry": ["**/*.{ts,js}"],
|
||||
|
||||
Reference in New Issue
Block a user