puppeteer/utils/testserver/tsconfig.json

12 lines
206 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib",
"composite": true,
"allowJs": true,
"module": "CommonJS"
},
"include": ["src"]
}