mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
14 lines
282 B
JSON
14 lines
282 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./bin",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"declarationMap": false,
|
|
"composite": false
|
|
}
|
|
}
|