tsconfig.base.json
Metadata
- Purpose: TypeScript compilation and type-check configuration.
- Domain:
root - Language:
json - Bytes: 366
- Lines: 17
- Content hash (short):
106c8f5f - Source (start): tsconfig.base.json:1
- Source (end): tsconfig.base.json:17
Indexed Symbols
No indexed functions/methods detected in this file.
Markdown Headings (if applicable)
No markdown headings detected.
Source Preview
{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"strict": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"declaration": true,
"sourceMap": true,
"noEmitOnError": true,
"types": ["node"]
}
}