Skip to main content
Module

x/lazy/tsconfig.build.json

A linq-like lazy-evaluation enumerable/iteration library that aims to support deno, node & browser
Latest
File
{ "extends": "./tsconfig.json", "compilerOptions": { "rootDir": "prebuild" }, "include": ["prebuild/**/*.ts"], "exclude": ["node_modules", "lib"]}