api-client/packages/hoppscotch-cli/src/tsconfig.json

20 lines
361 B
JSON
Raw Normal View History

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