api-proxy-mock/tsconfig.json
2026-06-04 12:13:28 +08:00

14 lines
268 B
JSON

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