返回 DeepSeek-Reasonix
tsconfig.json
根目录 / workers / crash-report / tsconfig.json
1 {
2 "compilerOptions": {
3 "target": "ES2022",
4 "module": "ES2022",
5 "moduleResolution": "bundler",
6 "lib": ["ES2022"],
7 "types": ["@cloudflare/workers-types"],
8 "strict": true,
9 "skipLibCheck": true,
10 "noEmit": true
11 },
12 "include": ["src"]
13 }
14
14 lines JSON