chore: update knip config

This commit is contained in:
Charlie Lamb
2026-01-27 20:10:17 +00:00
parent 0e438d0fb1
commit d9cf55d553

View File

@@ -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}"],