mtcute/packages/node/tsconfig.json
2023-10-23 18:51:24 +03:00

17 lines
381 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist/esm"
},
"include": [
"./index.ts",
"./utils.ts",
],
"references": [
{ "path": "../client" },
{ "path": "../sqlite" },
{ "path": "../dispatcher" },
{ "path": "../html-parser" },
{ "path": "../markdown-parser" }
]
}