mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
17 lines
289 B
JSON
17 lines
289 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"outDir": "./lib",
|
|
"target": "ESNext",
|
|
"moduleResolution": "node",
|
|
"module": "CommonJS",
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"esModuleInterop": true
|
|
},
|
|
"include": [
|
|
"src"
|
|
]
|
|
}
|