Files
hoppscotch/packages/hoppscotch-cli/tsconfig.json
2024-07-26 22:56:58 +05:30

18 lines
384 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"]
}