Files
kochetkov-ma__claude-brewcode/lsp-check/tsconfig.json
T

12 lines
202 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"noEmit": true,
"skipLibCheck": true
},
"include": ["*.ts"]
}