puppeteer/packages/browsers/test/src/tsconfig.json

9 lines
180 B
JSON
Raw Normal View History

{
"extends": "../../../../tsconfig.base.json",
"compilerOptions": {
"module": "CommonJS",
"outDir": "../build"
},
"references": [{"path": "../../tsconfig.json"}]
}