nodejs-wrapper/node_modules/crc-32/types/tsconfig.json

{
    "compilerOptions": {
        "module": "commonjs",
        "lib": [ "es5" ],
        "noImplicitAny": true,
        "noImplicitThis": true,
        "strictNullChecks": false,
        "baseUrl": ".",
        "paths": { "crc-32": ["."] },
        "types": [],
        "noEmit": true,
        "forceConsistentCasingInFileNames": true
    }
}