mirror of
https://github.com/logto-io/logto.git
synced 2024-12-23 20:33:16 -05:00
84f3b7f05e
* chore(core): make the i18n optional for connector metadata make i18n optional for connector metadata * fix(console): update type assertion update type assertion * chore(console): insert type instead insert type instead
7 lines
108 B
JSON
7 lines
108 B
JSON
{
|
|
"extends": "./tsconfig",
|
|
"compilerOptions": {
|
|
"isolatedModules": false,
|
|
"allowJs": true
|
|
}
|
|
}
|