mirror of
https://github.com/J3vb/OwnCord.git
synced 2026-09-03 03:50:00 +03:00
15 lines
289 B
JSON
15 lines
289 B
JSON
{
|
|
"$schema": "https://unpkg.com/knip@6/schema.json",
|
|
"entry": ["src/main.ts"],
|
|
"project": ["src/**/*.ts"],
|
|
"ignore": [
|
|
"public/**",
|
|
"src-tauri/**",
|
|
"src/lib/protocolTypes.ts"
|
|
],
|
|
"ignoreDependencies": [
|
|
"@tauri-apps/cli"
|
|
],
|
|
"ignoreExportsUsedInFile": true
|
|
}
|