mtcute/packages/http-proxy/tsconfig.json

14 lines
238 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": [
2024-03-01 04:53:01 +03:00
{ "path": "../core" },
{ "path": "../node" }
]
2021-05-23 01:56:59 +03:00
}