packages/jetstream-consumer/tsconfig.json 239 B raw
1
{
2
	"compilerOptions": {
3
		"target": "ES2022",
4
		"module": "ESNext",
5
		"moduleResolution": "bundler",
6
		"types": ["bun-types"],
7
		"strict": true,
8
		"esModuleInterop": true,
9
		"skipLibCheck": true,
10
		"noEmit": true
11
	},
12
	"include": ["src"]
13
}