mtcute/packages/node/tsconfig.json

17 lines
304 B
JSON
Raw Normal View History

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