packages/contracts/tsconfig.json
Metadata
- Purpose: Shared contracts package with schemas, events, or OpenAPI artifacts.
- Domain:
shared-packages - Language:
json - Bytes: 145
- Lines: 9
- Content hash (short):
ed87f069 - Source (start): packages/contracts/tsconfig.json:1
- Source (end): packages/contracts/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"]
}