mtcute/packages/http-proxy/tsconfig.json

14 lines
207 B
JSON
Raw Normal View History

2021-05-23 01:56:59 +03:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist/esm"
},
"references": [
{ "path": "../core" },
{ "path": "../node" }
],
"include": [
"./index.ts"
]
2021-05-23 01:56:59 +03:00
}