UNPKG

558 BPlain TextView Raw
1{
2 "ignore": [
3 "**/node_modules/**",
4 "**/dist/**",
5 "**/docs/**",
6 "**/generators/**",
7 "**/dev-test/**",
8 "**/test/coverage/**"
9 ],
10 "test": [
11 "**/test/**",
12 "**/tests/**",
13 "**/spec/**",
14 "**/specs/**",
15 "**/*.test.ts",
16 "**/*.test.js",
17 "**/*.spec.js",
18 "**/*.spec.ts"
19 ],
20 "critics": {
21 "lint": {"engine": "tslint"}
22 },
23 "dependencies": {
24 "mute": [
25
26 ],
27 "unused-ignores": [
28 "tslint",
29 "rimraf",
30 "nodemon",
31 "@types/*"
32 ]
33 }
34}
\No newline at end of file