返回 DeepSeek-Reasonix
tsconfig.json
根目录 / internal / lsp / testdata / lsp / typescript / tsconfig.json
1 {
2 "compilerOptions": {
3 "strict": true,
4 "noEmit": true,
5 "target": "ES2020"
6 }
7 }
8
8 lines JSON