UNPKG

pq-heaps-ts

Version:

implementation of priority queues using heaps

23 lines (20 loc) 1.07 kB
{ "compilerOptions": { /* Projects */ /* Language and Environment */ "target": "es2016", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */ /* Modules */ "module": "commonjs", /* Specify what module code is generated. */ "lib": ["es2017", "es7", "es6", "dom"], /* Emit */ "declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */ "outDir": "dist/", /* Specify an output folder for all emitted files. */ "esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables `allowSyntheticDefaultImports` for type compatibility. */ /* Type Checking */ "strict": true, /* Enable all strict type-checking options. */ }, "exclude": [ "node_modules", "dist" ] }