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.base.json

14 lines
215 B
JSON
Raw Normal View History

2021-08-20 14:53:23 +08:00
{
2021-09-16 16:54:32 +08:00
"extends": "@silverhand/ts-config/tsconfig.base",
2021-08-20 14:53:23 +08:00
"compilerOptions": {
2022-11-21 16:38:24 +08:00
"declaration": false,
2021-08-20 14:53:23 +08:00
"outDir": "build",
"baseUrl": ".",
"paths": {
2022-11-21 16:38:24 +08:00
"#src/*": [
2021-08-20 14:53:23 +08:00
"src/*"
]
2022-12-12 21:15:09 +08:00
}
2021-08-20 14:53:23 +08:00
}
}