UNPKG
quosdolorem
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
The MongoDB Shell
github.com/MonaGoyette/quosdolorem.git
MonaGoyette/quosdolorem
quosdolorem
/
.nycrc
16 lines
(15 loc)
•
323 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"exclude"
:
[
"test"
,
"testing"
,
"config"
,
"**/*.d.ts"
,
"**/*.spec.{ts,js,tsx,jsx,cjs,mjs}"
,
"**/test/**/*.{ts,js,tsx,jsx,cjs,mjs}"
,
"**/tmp/**/*.{ts,js,tsx,jsx,cjs,mjs}"
,
"**/*.config.{ts,js,tsx,jsx,cjs,mjs}"
,
"**/lib/*.js"
,
"**/dist/**/*.js"
,
"**/src/*.nocov.{ts,js}"
]
}