{ "$schema": "https://json.schemastore.org/tsconfig", "extends": "./tsconfig.json", "compilerOptions": { "types": ["node", "jest"] }, "include": ["src/**/*.ts", "generated/prisma/**/*.ts", "test/**/*.ts"], "exclude": ["dist", "node_modules"] }