0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-13 21:30:30 -05:00
logto/packages/schemas/tsconfig.build.alterations.json

12 lines
171 B
JSON
Raw Permalink Normal View History

{
"extends": "./tsconfig",
"compilerOptions": {
2024-07-28 11:04:36 +08:00
"declaration": false,
2022-10-18 15:40:36 +08:00
"outDir": "alterations-js",
},
2024-07-28 11:04:36 +08:00
"include": [
"alterations"
],
"exclude": []
}