{
	"extends": ["@n8n/typescript-config/tsconfig.backend.json"],
	"compilerOptions": {
		"strict": true,
		"noEmit": true,
		"skipLibCheck": true,
		"esModuleInterop": true,
		"types": ["vitest/globals"]
	},
	"include": ["src/**/*.ts", "test/**/*.ts"]
}
