Howard86/next-api-handler

View on GitHub
packages/tsconfig/eslint.json

Summary

Maintainability
Test Coverage
{
  "$schema": "https://json.schemastore.org/tsconfig",
  "display": "ESlint",
  "extends": "./base.json",
  "compilerOptions": {
    "allowJs": true,
    "noEmit": true
  },
  "include": [
    "../../**/*.ts",
    "../../**/*.tsx",
    "../../**/*.js",
    "../../**/*.mjs",
    "../../**/.eslintrc.js"
  ],
  "exclude": ["node_modules", "build", "dist", ".next", ".turbo"]
}