mtcute/packages/socks-proxy/tsconfig.json

14 lines
207 B
JSON
Raw Normal View History

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