hastebin/knip.json

14 lines
291 B
JSON

{
"$schema": "https://unpkg.com/knip@latest/schema.json",
"entry": [
"lib/document_stores/*.js",
"lib/key_generators/*.js",
"scripts/generate-sitemap.js"
],
"ignore": [
"static/**",
"lib/document_stores/memcached.js",
"lib/document_stores/rethinkdb.js"
]
}