mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
aa203308f0
update `@logto/shared` to a non-business package and put business components into `@logto/*kit`.
15 lines
280 B
JSON
15 lines
280 B
JSON
{
|
|
"extends": "@silverhand/ts-config-react/tsconfig.base",
|
|
"compilerOptions": {
|
|
"moduleResolution": "bundler",
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"@/*": ["./src/*"],
|
|
"@cloud/*": ["./src/cloud/*"]
|
|
}
|
|
},
|
|
"include": [
|
|
"src",
|
|
"jest.config.ts"
|
|
]
|
|
}
|