Files
hoppscotch/packages/hoppscotch-cli/tsconfig.json
Mir Arif Hasan 904a1b0405 chore: security patch for the dependency chain v2025.11.0 (#5590)
Bump dependencies and account for breaking changes.

---------

Co-authored-by: James George <25279263+jamesgeorge007@users.noreply.github.com>
2025-11-24 14:21:29 +05:30

18 lines
383 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"outDir": ".",
"rootDir": ".",
"strict": true,
"moduleResolution": "node",
"resolveJsonModule": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"composite": true,
"lib": ["ESNext", "DOM"]
},
"files": ["package.json"]
}