mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
11 lines
145 B
JSON
11 lines
145 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"checkJs": true,
|
||
|
"allowJs": true,
|
||
|
"target": "es2017",
|
||
|
"noEmit": true
|
||
|
},
|
||
|
"include": [
|
||
|
"lib"
|
||
|
]
|
||
|
}
|