lukemnet/fastify-twitch-ebs-tools

View on GitHub
tsconfig.eslint.json

Summary

Maintainability
Test Coverage
{
  "compilerOptions": {
    "strict": true
  },
  "include": [
    "**/src/**/*.ts",
    "**/tests/**/*.ts",
    "rollup.config.js"
  ],
  "exclude": [
    "node_modules",
    "dist"
  ]
}