apps/agentfield-mock/tsconfig.json
Metadata
- Purpose: TypeScript compilation and type-check configuration.
- Domain:
applications - Language:
json - Bytes: 145
- Lines: 9
- Content hash (short):
ed87f069 - Source (start): apps/agentfield-mock/tsconfig.json:1
- Source (end): apps/agentfield-mock/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"]
}