hastebin/knip.json

13 lines
256 B
JSON

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