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

10 lines
118 B
JSON
Raw Normal View History

2022-12-11 07:07:21 -05:00
{
"extends": "./tsconfig",
2024-07-27 22:04:36 -05:00
"compilerOptions": {
"declaration": false,
},
"include": [
"src/gen"
]
2022-12-11 07:07:21 -05:00
}