b2bf70fc3b
* chore: update prettier globs and format files * fix: remove reference to Markdownlint
10 lines
216 B
JSON
10 lines
216 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"outDir": "../lib/cjs/puppeteer",
|
|
"module": "CommonJS"
|
|
},
|
|
"references": [{ "path": "../vendor/tsconfig.cjs.json" }]
|
|
}
|