Files
hoppscotch/packages/hoppscotch-cli/src/tsconfig.json
Deepanshu Dhruw 909d524de5 Feature: hopp-cli in TypeScript (#2074)
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
Co-authored-by: liyasthomas <liyascthomas@gmail.com>
Co-authored-by: Gita Alekhya Paul <gitaalekhyapaul@gmail.com>
2022-03-28 13:56:15 +05:30

20 lines
361 B
JSON

{
"compilerOptions": {
"target": "ES6",
"module": "commonjs",
"outDir": "../dist",
"rootDir": ".",
"strict": true,
"moduleResolution": "node",
"resolveJsonModule": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"references": [
{
"path": "../"
}
]
}