0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-02-03 21:48:55 -05:00
logto/packages/ui/tsconfig.json

15 lines
195 B
JSON
Raw Normal View History

2021-07-11 21:08:38 +08:00
{
"extends": "@logto/ts-config-react/tsconfig.base",
"compilerOptions": {
2021-08-30 11:30:54 +08:00
"baseUrl": "src",
2021-07-11 21:08:38 +08:00
"paths": {
"@/*": [
2021-08-30 11:30:54 +08:00
"./*"
2021-07-11 21:08:38 +08:00
]
}
},
"include": [
2021-08-10 12:54:19 +08:00
"src",
2021-07-11 21:08:38 +08:00
]
}