deno.land / x / rambda@v9.1.1 / source / tsconfig.json

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{ "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"]}
rambda

Version Info

Tagged at
2 months ago