0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-27 21:39:16 -05:00
logto/packages/core/tsconfig.json
2022-04-28 11:19:38 +08:00

20 lines
296 B
JSON

{
"extends": "./tsconfig.base",
"compilerOptions": {
"types": [
"node",
"jest",
"jest-matcher-specific-error"
],
"module": "ESNext"
},
"include": [
"src",
"jest.*.ts"
],
"ts-node": {
"moduleTypes": {
"jest.config.ts": "cjs"
}
}
}