mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
16 lines
327 B
JSON
16 lines
327 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"declaration": false,
|
|
"declarationMap": false,
|
|
"module": "CommonJS",
|
|
"outDir": "build",
|
|
"rootDir": "src"
|
|
},
|
|
"include": ["src"],
|
|
"references": [
|
|
{"path": "../tsconfig.lib.json"},
|
|
{"path": "../utils/testserver/tsconfig.json"}
|
|
]
|
|
}
|