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
Gao Sun 5ce8c18652
feat(console): init (#239)
* feat(console): init

* refactor: remove unused tsconfig props

* fix: lint error
2022-02-16 15:04:34 +08:00

6 lines
91 B
JSON

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