deno.land / x / sheetjs@v0.18.3 / types / tsconfig.json

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{ "compilerOptions": { "module": "commonjs", "lib": [ "es5" ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, "baseUrl": ".", "paths": { "xlsx": ["."] }, "types": [], "noEmit": true, "strictFunctionTypes": true, "forceConsistentCasingInFileNames": true }}
sheetjs

Version Info

Tagged at
2 years ago