UNPKG

234 BJSONView Raw
1{
2 "extends": "../../../tsconfig.base.json",
3 "compilerOptions": {
4 "module": "CommonJS",
5 "moduleResolution": "Node",
6 "outDir": "../lib/cjs/puppeteer"
7 },
8 "references": [{"path": "../third_party/tsconfig.cjs.json"}]
9}