mtcute/packages/node/tsconfig.json

18 lines
379 B
JSON
Raw Normal View History

2021-06-06 00:37:44 +03:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist/esm"
2021-06-06 00:37:44 +03:00
},
"include": [
2023-10-23 18:51:24 +03:00
"./index.ts",
"./utils.ts",
],
"references": [
2024-02-02 04:12:02 +03:00
{ "path": "../core" },
{ "path": "../sqlite" },
{ "path": "../dispatcher" },
{ "path": "../html-parser" },
{ "path": "../markdown-parser" }
]
2021-06-06 00:37:44 +03:00
}