faasjs/faasjs

View on GitHub
tsconfig.json

Summary

Maintainability
Test Coverage
{
  "compilerOptions": {
    "declaration": true,
    "declarationMap": true,
    "strict": true,
    "skipLibCheck": true,
    "downlevelIteration": true,
    "esModuleInterop": true,
    "strictNullChecks": false,
    "jsx": "react-jsx",
    "moduleResolution": "node",
    "target": "ES2019",
    "module": "ESNext",
    "baseUrl": ".",
    "paths": {
      "@faasjs/*": ["./packages/*/src"]
    },
    "types": ["node", "jest", "@testing-library/jest-dom"]
  }
}