islandflow/services/api/tsconfig.json
2025-12-27 18:45:26 -05:00

7 lines
118 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"types": []
},
"include": ["src/**/*.ts"]
}