mtcute/packages/node/tsconfig.json

17 lines
358 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": [
"./index.ts"
],
"references": [
{ "path": "../client" },
{ "path": "../sqlite" },
{ "path": "../dispatcher" },
{ "path": "../html-parser" },
{ "path": "../markdown-parser" }
]
2021-06-06 00:37:44 +03:00
}