mtcute/packages/deno/tsconfig.json

17 lines
344 B
JSON
Raw Normal View History

2024-04-28 22:41:28 +03:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src",
},
"include": [
"./src",
],
"references": [
{ "path": "../core" },
{ "path": "../dispatcher" },
{ "path": "../html-parser" },
{ "path": "../markdown-parser" }
]
}