mtcute/packages/i18n/tsconfig.json

14 lines
205 B
JSON
Raw Normal View History

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