0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00
logto/packages/integration-tests/tsconfig.json
Gao Sun 4c9aef827b
refactor(console): use global router (#4191)
* 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>
2023-07-21 06:12:01 +00:00

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"]
}