chore: initial knip changes

This commit is contained in:
Charlie Lamb
2026-01-28 10:09:24 +00:00
parent d9cf55d553
commit d1b3a281f1
274 changed files with 509 additions and 633 deletions

View File

@@ -8,7 +8,6 @@
"entry": ["tests/**/*.ts"],
"project": ["src/**/*.ts", "tests/**/*.ts"],
"ignore": [
"src/_luaScripts/**",
"src/_luaScriptsV2/**",
"src/utils/importUtils/**",
"src/utils/scriptUtils/**",
@@ -18,7 +17,8 @@
"shared": {
"entry": ["index.ts"],
"project": ["**/*.ts"],
"includeEntryExports": false
"includeEntryExports": false,
"ignore": ["api/balances/track/changes/V0.2_TrackChange.ts"]
},
"vite": {
"entry": ["src/main.tsx"],