0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-06 20:40:08 -05:00
logto/packages/ui/tsconfig.json

14 lines
176 B
JSON
Raw Normal View History

2021-07-11 08:08:38 -05:00
{
"extends": "@logto/ts-config-react/tsconfig.base",
"compilerOptions": {
"paths": {
"@/*": [
"./src/*"
]
}
},
"include": [
"src"
]
}