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

11 lines
164 B
JSON
Raw Normal View History

{
"extends": "@silverhand/ts-config/tsconfig.base",
"compilerOptions": {
"outDir": "lib",
2023-02-17 00:41:05 -05:00
"types": ["node", "jest"]
},
"include": [
2022-12-11 07:07:21 -05:00
"src"
]
}