{
  "extends": "./tsconfig",
  "compilerOptions": {
    "allowJs": true
  },
  "include": [
    "**/*.config.js",
    "**/*.config.ts",
    "dom-testing-library.input.js",
    ".eslintrc.js",
    "playwright-test/*.js",
    "playwright-test/*.ts",
    "jest.setup.ts",
    "test"
  ]
}
