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

14 lines
178 B
JSON
Raw Normal View History

2021-06-06 18:30:37 +08:00
{
2021-08-20 14:53:23 +08:00
"extends": "./tsconfig.base",
"compilerOptions": {
"types": [
"node",
"jest",
"jest-matcher-specific-error"
]
},
2021-07-11 17:59:44 +08:00
"include": [
2022-12-11 20:07:21 +08:00
"src"
]
2021-06-06 18:30:37 +08:00
}