apps/gateway/tsconfig.json
Metadata
- Purpose: TypeScript compilation and type-check configuration.
- Domain:
applications - Language:
json - Bytes: 162
- Lines: 9
- Content hash (short):
6b969740 - Source (start): apps/gateway/tsconfig.json:1
- Source (end): apps/gateway/tsconfig.json:9
Indexed Symbols
No indexed functions/methods detected in this file.
Markdown Headings (if applicable)
No markdown headings detected.
Source Preview
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "src"
},
"include": ["src/**/*.ts", "src/**/*.d.ts"]
}