{ "extends": "./tsconfig.json", "include": [ "**/*.spec.ts", "**/*.test.ts", "jest.config.js", "next.config.js", "src/backend-custom-server/index", "scripts/*" ], "exclude": ["dist", ".next", "out", "node_modules", "cypress", "*.json"] }