mirror of
https://github.com/certd/certd.git
synced 2026-04-03 14:10:54 +08:00
8 lines
156 B
JSON
8 lines
156 B
JSON
{
|
|
"extends": "./node_modules/mwts/",
|
|
"ignorePatterns": ["node_modules", "dist", "test", "jest.config.js", "typings"],
|
|
"env": {
|
|
"jest": true
|
|
}
|
|
}
|