{ "extends": "./tsconfig.build.json", "compilerOptions": { "types": ["vitest/globals", "node", "@testing-library/jest-dom"], "resolveJsonModule": true }, "exclude": ["node_modules", "bundle", ".tmp", "lib", "redoc", "bin"], "include": ["src", "src/**/*.json"] }