0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00
logto/packages/ui/tsconfig.json

17 lines
259 B
JSON
Raw Normal View History

2021-07-11 08:08:38 -05:00
{
2021-09-16 03:54:32 -05:00
"extends": "@silverhand/ts-config-react/tsconfig.base",
2021-07-11 08:08:38 -05:00
"compilerOptions": {
2023-04-04 04:06:04 -05:00
"moduleResolution": "bundler",
2022-02-20 01:12:07 -05:00
"baseUrl": "./",
2021-07-11 08:08:38 -05:00
"paths": {
"@/*": [
2022-02-20 01:12:07 -05:00
"./src/*"
2021-07-11 08:08:38 -05:00
]
}
},
"include": [
2021-08-09 23:54:19 -05:00
"src",
2022-02-20 01:12:07 -05:00
"jest.config.ts"
2021-07-11 08:08:38 -05:00
]
}