mtcute/packages/core/tsconfig.json

16 lines
257 B
JSON
Raw Normal View History

2021-04-08 12:19:38 +03:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist/esm"
},
"references": [
{ "path": "../tl" },
{ "path": "../tl-runtime" },
{ "path": "../test" }
],
"include": [
"./src"
]
2021-04-08 12:19:38 +03:00
}