mtcute/packages/node/tsconfig.json

17 lines
347 B
JSON
Raw Normal View History

2021-06-06 00:37:44 +03:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist/esm",
"rootDir": "./src"
2021-06-06 00:37:44 +03:00
},
"include": [
"./src",
],
"references": [
2024-02-02 04:12:02 +03:00
{ "path": "../core" },
{ "path": "../dispatcher" },
{ "path": "../html-parser" },
{ "path": "../markdown-parser" }
]
2021-06-06 00:37:44 +03:00
}