api-proxy-mock/tsconfig.json
2026-04-07 23:37:22 +08:00

14 lines
253 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "CommonJS",
"moduleResolution": "node",
"types": ["node"],
"esModuleInterop": true,
"strict": true,
"skipLibCheck": true,
"noEmit": true
},
"include": ["*.ts"]
}