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

12 lines
188 B
JSON
Raw Normal View History

2021-06-06 18:30:37 +08:00
{
2021-06-28 01:21:57 +08:00
"extends": "@logto/essentials/tsconfig.base",
2021-06-06 18:30:37 +08:00
"compilerOptions": {
2021-07-02 22:55:14 +08:00
"outDir": "build",
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
2021-06-06 18:30:37 +08:00
},
2021-06-28 01:21:57 +08:00
"include": ["src"]
2021-06-06 18:30:37 +08:00
}