bitburner-filesync/.nycrc.json
2022-10-09 13:33:57 +02:00

5 lines
93 B
JSON

{
"extends": "@istanbuljs/nyc-config-typescript",
"all": true,
"include": ["src/**"]
}