0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-13 21:30:30 -05:00
logto/packages/core/tsconfig.json

16 lines
211 B
JSON
Raw Normal View History

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