mtcute/packages/core/tsconfig.json

15 lines
257 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist/esm"
},
"references": [
{ "path": "../tl" },
{ "path": "../tl-runtime" },
{ "path": "../test" }
],
"include": [
"./src"
]
}