Skip to main content
Module

x/rambda/tsconfig.json

Faster and smaller alternative to Ramda
Go to Latest
File
{ "compilerOptions": { "baseUrl": ".", "lib": ["es2015", "dom"], "module": "esnext", "noEmit": true, "noImplicitAny": true, "noImplicitThis": true, "noUnusedLocals": true, "skipLibCheck": true, "strictFunctionTypes": true, "strictNullChecks": true, "target": "es2015", "paths": { "rambda": ["../files/index.d.ts"] } } }