12 lines
203 B
JSON

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