{ "extends": "./tsconfig.json", "exclude": [ "node_modules", "**/*.cy.ts", "**/*.cy.tsx", "**/*.test.ts", "**/*.test.tsx", "**/*.stories.ts", "**/*.stories.tsx", "**/__tests__/**", ".storybook/**/*", "cypress/**/*", "dist", "coverage" ], "references": [ { "path": "./tsconfig.node.json" } ] }