Skip to main content
Module

x/rambda/source/tsconfig.json

Faster and smaller alternative to Ramda
Go to Latest
File
{ "compilerOptions": { "baseUrl": ".", "lib": ["es2015", "dom"], "module": "commonjs", "noEmit": true, "noUnusedLocals": true, "skipLibCheck": true, "strict": true, "target": "ESNext", "paths": { "rambda": ["../files/index.d.ts"], "ramda": ["../node_modules/types-ramda/es/index.d.ts"] }, "allowJs": false }, "include": ["./**/*.ts"]}