mtcute/packages/http-proxy/tsconfig.json

13 lines
207 B
JSON
Raw Normal View History

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