thelounge/test/.nycrc-mocha.json
Max Leiter 3a7c9006bb
[ts-migrate][test] Init tsconfig.json file
Co-authored-by: ts-migrate <>
2022-05-21 11:49:32 -07:00

11 lines
277 B
JSON

{
"extends": "@istanbuljs/nyc-config-typescript",
"all": true,
"instrument": true,
"temp-dir": "./node_modules/.cache/nyc_output",
"exclude": ["webpack.config*.js"],
"include": ["defaults", "src", "*.ts"],
"reporter": ["json", "text-summary"],
"clean": false
}