Files
fluxer/fluxer_api/pkgs/postgres/tsconfig.json
T

8 lines
112 B
JSON

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