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
2022-02-28 10:35:14 +08:00

15 lines
224 B
JSON

{
"extends": "@silverhand/ts-config-react/tsconfig.base",
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@/*": [
"./src/*"
]
}
},
"include": [
"src",
"jest.config.ts"
]
}