UNPKG

vendus-sdk

Version:

Unofficial Vendus API SDK for Node.js

17 lines (16 loc) 1.09 kB
{ "compilerOptions": { "target": "es2017" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */, "module": "commonjs" /* Specify what module code is generated. */, "esModuleInterop": true /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */, "forceConsistentCasingInFileNames": true /* Ensure that casing is correct in imports. */, "strict": true /* Enable all strict type-checking options. */, "noUncheckedIndexedAccess": true /* Add 'undefined' to a type when accessed using an index. */, "skipLibCheck": false /* Skip type checking all .d.ts files. */, "declaration": true /* Generates corresponding '.d.ts' file. */, "outDir": "dist" /* Redirect output structure to the directory. */, "declarationMap": true /* Generates a sourcemap for each corresponding '.d.ts' file. */, "declarationDir": "types" /* Output directory for generated declaration files. */, "types": ["node"] } }