mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
8 lines
115 B
JSON
8 lines
115 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "./lib/esm",
|
||
|
"module": "ES2015",
|
||
|
},
|
||
|
}
|