mtcute/packages/deno/tsconfig.json

17 lines
300 B
JSON
Raw Normal View History

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