astro-ghostcms/.pnpm-store/v3/files/26/c124df5aa36a431b8bea7e610c5...

20 lines
298 B
Plaintext

{
"all": true,
"check-coverage": false,
"reporter": ["text-summary", "lcov", "text", "html", "json"],
"require": [
"babel-register"
],
"sourceMap": true,
"instrument": false,
"exclude": [
"coverage",
"test",
"tests",
"resolvers/*/test",
"scripts",
"memo-parser",
"lib"
]
}