mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
14 lines
206 B
JSON
14 lines
206 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"resolveJsonModule": true
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../types"
|
|
}
|
|
]
|
|
}
|