Skip to main content
Module

x/xrange/tsconfig.common.json

Python-esque iterator for number ranges
Go to Latest
File
{ // (abstract) extended by all tsconfig*.json files "include": [ "src", ], "compilerOptions": { "target": "es2015", "outDir": "dist", "declaration": false, "stripInternal": true,
"strict": true, "noUnusedLocals": true, "esModuleInterop": false, "downlevelIteration": true, "forceConsistentCasingInFileNames": true,
"diagnostics": false, },}