mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
4c9aef827b
* refactor(console): use global router * refactor(console): clean swr cache when switching tenant * refactor(console): bug fix * chore(test): increase integration test timeout * refactor: update packages/console/src/App.tsx Co-authored-by: Charles Zhao <charleszhao@silverhand.io> --------- Co-authored-by: Charles Zhao <charleszhao@silverhand.io>
16 lines
322 B
JSON
16 lines
322 B
JSON
{
|
|
"extends": "@silverhand/ts-config/tsconfig.base",
|
|
"compilerOptions": {
|
|
"isolatedModules": false,
|
|
"allowJs": true,
|
|
"outDir": "lib",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"#src/*": [
|
|
"src/*"
|
|
]
|
|
},
|
|
"types": ["jest", "jest-puppeteer", "expect-puppeteer"],
|
|
},
|
|
"include": ["src"]
|
|
}
|