Files
OwnCord/Client/tauri-client/knip.json
T
jevb 87ba387623 chore: update tooling, CI workflows, and dependencies
Update CI/release workflows, gitignore, package dependencies,
Tauri config, and add linter/formatter configs (oxlint, prettier,
knip, vitest browser config).
2026-04-01 11:40:55 +02:00

14 lines
257 B
JSON

{
"$schema": "https://unpkg.com/knip@6/schema.json",
"entry": ["src/main.ts"],
"project": ["src/**/*.ts"],
"ignore": [
"public/**",
"src-tauri/**"
],
"ignoreDependencies": [
"@tauri-apps/cli"
],
"ignoreExportsUsedInFile": true
}