puppeteer/test-d/tsconfig.json

9 lines
168 B
JSON
Raw Normal View History

2022-06-27 08:57:31 +00:00
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"noEmit": true,
"module": "ESNext"
},
"references": [{"path": "../src/tsconfig.esm.json"}]
}