mtcute/packages/dispatcher/tsconfig.json

14 lines
232 B
JSON
Raw Normal View History

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