UNPKG

geninq

Version:

A JavaScript version of the Linq library for Generators

14 lines (13 loc) 310 B
{ "compilerOptions": { "target": "es2015", "module": "commonjs", "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true, "outDir": "dist", "rootDir": "src" }, "exclude": ["**/*.test.ts", "dist/**/*", "node_modules/**/*"] }