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