mtcute/packages/core/tsconfig.json

18 lines
370 B
JSON
Raw Normal View History

2021-04-08 12:19:38 +03:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist/esm",
"rootDir": "./src",
"paths": {
"@mtcute/dispatcher": ["../dispatcher/src/state/storage.ts"],
}
2021-04-08 12:19:38 +03:00
},
"include": [
2023-06-12 23:28:30 +03:00
"./src",
],
"references": [
{ "path": "../tl" },
{ "path": "../tl-runtime" },
]
2021-04-08 12:19:38 +03:00
}