mirror of
https://github.com/logto-io/logto.git
synced 2025-01-06 20:40:08 -05:00
14 lines
176 B
JSON
14 lines
176 B
JSON
|
{
|
||
|
"extends": "@logto/ts-config-react/tsconfig.base",
|
||
|
"compilerOptions": {
|
||
|
"paths": {
|
||
|
"@/*": [
|
||
|
"./src/*"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"include": [
|
||
|
"src"
|
||
|
]
|
||
|
}
|