{ "$schema": "https://json.schemastore.org/tsconfig", "extends": "./tsconfig.json", "compilerOptions": { "noEmit": true, "rootDir": "." }, "include": ["./__tests__/**/*", "./src/**/*", "./jest.config.ts"], "exclude": ["./dist", "./node_modules", "./coverage", "*.json"] }