{ "extends": "./tsconfig.json", "compilerOptions": { "lib": ["ESNext", "DOM"], "types": ["node", "jest", "jsdom"] }, "include": ["tests/**/*"], "exclude": ["node_modules"] }