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

16 lines
211 B
JSON
Raw Normal View History

2021-06-06 05:30:37 -05:00
{
2021-07-11 04:59:44 -05:00
"extends": "@logto/ts-config/tsconfig.base",
2021-06-06 05:30:37 -05:00
"compilerOptions": {
2021-07-02 09:55:14 -05:00
"outDir": "build",
"baseUrl": ".",
"paths": {
2021-07-11 04:59:44 -05:00
"@/*": [
"src/*"
]
2021-07-02 09:55:14 -05:00
}
2021-06-06 05:30:37 -05:00
},
2021-07-11 04:59:44 -05:00
"include": [
"src"
]
2021-06-06 05:30:37 -05:00
}