2020-07-14 15:57:29 +00:00
|
|
|
{
|
|
|
|
"extends": "../tsconfig.base.json",
|
|
|
|
"compilerOptions": {
|
|
|
|
"composite": true,
|
|
|
|
"outDir": "../lib/esm/puppeteer",
|
|
|
|
"module": "esnext"
|
|
|
|
},
|
2022-06-15 10:05:25 +00:00
|
|
|
"references": [
|
2022-06-22 13:25:44 +00:00
|
|
|
{"path": "../vendor/tsconfig.esm.json"},
|
|
|
|
{"path": "../compat/esm/tsconfig.json"}
|
2022-08-31 08:50:22 +00:00
|
|
|
],
|
|
|
|
"exclude": ["injected/injected.ts"]
|
2020-07-14 15:57:29 +00:00
|
|
|
}
|