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

20 lines
298 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
{
"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"
]
}