word-match-helper
Version:
Aho-Corasick based word-matching class. Match & filter words.
16 lines (15 loc) • 329 B
JSON
{
"compilerOptions": {
"target": "es6",
"module": "esnext",
"outDir": "./dist",
"strict": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"skipLibCheck": true,
"declaration": true,
"suppressImplicitAnyIndexErrors": true,
},
"include": ["./src/*"],
"exclude": ["./dist/**/*"]
}