MiniSearch / tsconfig.eval.json
github-actions[bot]
Sync from https://github.com/felladrin/MiniSearch
ac45188
Raw
History Blame Contribute Delete
136 Bytes
{
"extends": "./tsconfig.json",
"compilerOptions": {
"types": ["vitest/globals", "node"]
},
"include": ["eval", "shared"]
}