diff --git a/package.json b/package.json index 110cec8..d2072a5 100644 --- a/package.json +++ b/package.json @@ -104,5 +104,12 @@ }, "bin": { "cautious-journey": "out/index.js" + }, + "nyc": { + "extends": "@istanbuljs/nyc-config-typescript", + "exclude": [ + "scripts/*", + "test/**" + ] } }