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

15 lines
222 B
JSON
Raw Normal View History

{
"extends": "@silverhand/ts-config-react/tsconfig.base",
2022-02-27 21:35:14 -05:00
"compilerOptions": {
"baseUrl": "./",
"paths": {
2024-07-24 04:47:02 -05:00
"@/*": ["./src/*"]
2022-02-27 21:35:14 -05:00
}
},
"include": [
2022-02-27 21:35:14 -05:00
"src",
2024-07-24 04:47:02 -05:00
"jest.*.ts",
"*.config.ts"
]
}