mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
20418dc4f9
* refactor(console,ui,demo-app): fix i18next types disable allowObjectInHTMLChildren for safer typing. use <DynamicT /> for all dynamic translations. * fix(console): i18n key in UserAccountInformation * refactor(console,ui): update <DynamicT /> and add tests
15 lines
275 B
JSON
15 lines
275 B
JSON
{
|
|
"extends": "@silverhand/ts-config-react/tsconfig.base",
|
|
"compilerOptions": {
|
|
"moduleResolution": "bundler",
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"@/*": ["./src/*"],
|
|
"@cloud/*": ["./src/cloud/*"]
|
|
}
|
|
},
|
|
"include": [
|
|
"src",
|
|
"jest.*.ts"
|
|
]
|
|
}
|