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

15 lines
195 B
JSON
Raw Normal View History

2021-07-11 08:08:38 -05:00
{
"extends": "@logto/ts-config-react/tsconfig.base",
"compilerOptions": {
2021-08-29 22:30:54 -05:00
"baseUrl": "src",
2021-07-11 08:08:38 -05:00
"paths": {
"@/*": [
2021-08-29 22:30:54 -05:00
"./*"
2021-07-11 08:08:38 -05:00
]
}
},
"include": [
2021-08-09 23:54:19 -05:00
"src",
2021-07-11 08:08:38 -05:00
]
}