hoppscotch/packages/hoppscotch-data/tsconfig.decl.json
Nivedin 47e009267b
feat: collection level headers and authorization (#3505)
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
2023-12-13 22:43:18 +05:30

18 lines
396 B
JSON

{
"compilerOptions": {
"target": "es2017",
"module": "esnext",
"lib": ["esnext", "DOM"],
"moduleResolution": "node",
"esModuleInterop": true,
"strict": true,
"strictNullChecks": true,
"skipLibCheck": true,
"resolveJsonModule": true,
"declaration": true,
"emitDeclarationOnly": true,
"declarationDir": "./dist"
},
"include": ["src/**/*.ts"]
}