mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
15 lines
290 B
JSON
15 lines
290 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"target": "esnext",
|
|
"module": "CommonJS",
|
|
"moduleResolution": "node",
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"resolveJsonModule": true,
|
|
"sourceMap": true
|
|
}
|
|
}
|