UNPKG

284 BPlain TextView Raw
1{
2 "ignore": [
3 "**/_playground/**",
4 "**/node_modules/**",
5 "**/coverage/**",
6 "**/jasmine/**",
7 "**/test/**",
8 "**/**-min-**",
9 "**/**-min.**",
10 "**/**.min.**"
11 ],
12 "test": [
13 "**/test/**"
14 ]
15}
\No newline at end of file