mtcute/packages/client/tsconfig.json

15 lines
261 B
JSON
Raw Normal View History

2021-04-08 12:19:38 +03:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist/esm",
"rootDir": "./src"
2021-04-08 12:19:38 +03:00
},
"include": [
"./src",
],
"references": [
{ "path": "../core" },
{ "path": "../test" }
]
2021-04-08 12:19:38 +03:00
}