14 lines
226 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "esm"
},
"references": [
{
"path": "../test-utils/tsconfig.esm.json"
},
{
"path": "../http-types/tsconfig.esm.json"
}
]
}