mtcute/packages/i18n/tsconfig.json

14 lines
237 B
JSON
Raw Normal View History

2022-07-19 02:47:59 +03:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist/esm",
"rootDir": "./src"
2022-07-19 02:47:59 +03:00
},
"include": [
"./src",
],
"references": [
{ "path": "../dispatcher" },
]
2022-07-19 02:47:59 +03:00
}