0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00
logto/packages/core/tsconfig.base.json

14 lines
215 B
JSON
Raw Normal View History

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