mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-24 00:44:34 -04:00
Bump dependencies and account for breaking changes. --------- Co-authored-by: James George <25279263+jamesgeorge007@users.noreply.github.com>
18 lines
383 B
JSON
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"]
|
|
}
|