puppeteer/src/tsconfig.cjs.json
Nick Schonning b2bf70fc3b
chore: update prettier globs and format files (#7856)
* chore: update prettier globs and format files

* fix: remove reference to Markdownlint
2022-02-11 20:29:43 +01:00

10 lines
216 B
JSON

{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"composite": true,
"outDir": "../lib/cjs/puppeteer",
"module": "CommonJS"
},
"references": [{ "path": "../vendor/tsconfig.cjs.json" }]
}