puppeteer/tools/mocha-runner/tsconfig.json

14 lines
284 B
JSON
Raw Normal View History

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./bin",
2023-08-28 11:01:52 +00:00
"module": "NodeNext",
"moduleResolution": "NodeNext",
"sourceMap": true,
"declaration": false,
"declarationMap": false,
"composite": false,
},
}