{ "$schema": "https://json.schemastore.org/tsconfig", "extends": "@tsconfig/bun/tsconfig.json", "compilerOptions": { "types": ["bun", "node"], "noEmit": true }, "include": ["src", "script", "test"], "exclude": ["src/snapshot.js"] }