jackmellis/jpex

View on GitHub
tsconfig.json

Summary

Maintainability
Test Coverage
{
  "compilerOptions": {
    "module": "ESNext",
    "target": "ESNext",
    "allowJs": false,
    "noImplicitAny": true,
    "moduleResolution": "node",
    "alwaysStrict": true,
    "declaration": true,
    "esModuleInterop": true,
    "types": ["node", "jest"]
  },
  "include": ["src", "@types"]
}