mirror of
https://github.com/logancyang/obsidian-copilot.git
synced 2026-07-22 07:50:24 +00:00
8 lines
327 B
JSON
8 lines
327 B
JSON
|
|
{
|
||
|
|
"$schema": "https://unpkg.com/knip@5/schema.json",
|
||
|
|
"entry": ["src/main.ts", "scripts/printPromptDebug.js", "scripts/printPromptDebugEntry.ts"],
|
||
|
|
"project": ["src/**/*.{ts,tsx,js,jsx}", "scripts/**/*.{ts,js,mjs}"],
|
||
|
|
"ignore": ["src/styles/tailwind.css", "src/integration_tests/**"],
|
||
|
|
"ignoreDependencies": ["buffer"]
|
||
|
|
}
|