andrewboldi_obsidian-vault-.../tsconfig.json
Andrew Boldi 61d5c0edeb Phase 1: tarball-based seed via streaming fetch
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-25 23:37:07 -07:00

26 lines
611 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"inlineSourceMap": true,
"inlineSources": true,
"module": "ESNext",
"target": "ES2020",
"allowJs": true,
"noImplicitAny": true,
"strict": true,
"isolatedModules": true,
"moduleResolution": "node",
"importHelpers": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"skipLibCheck": true,
"lib": [
"DOM",
"ES2020",
"ES2021.WeakRef"
]
},
"include": [
"src/**/*.ts"
]
}