aiostreams / packages /parser /tsconfig.json
f4b404's picture
Sync from GitHub via hub-sync
4345f70 verified
Raw
History Blame Contribute Delete
206 Bytes
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "src",
"resolveJsonModule": true
},
"references": [
{
"path": "../types"
}
]
}