apps/status-mock/tsconfig.json
Metadata
- Purpose: TypeScript compilation and type-check configuration.
- Domain:
applications - Language:
json - Bytes: 277
- Lines: 14
- Content hash (short):
ad496911 - Source (start): apps/status-mock/tsconfig.json:1
- Source (end): apps/status-mock/tsconfig.json:14
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",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"target": "ES2022",
"lib": ["ES2022"],
"types": ["node"]
},
"include": ["src/**/*.ts"]
}