puppeteer/packages/browsers/test/src/tsconfig.json
2023-08-28 13:01:52 +02:00

10 lines
216 B
JSON

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