{ "extends": "./tsconfig.json", "compilerOptions": { "types": ["jest", "node"] }, "include": [ "codegen.ts", "vite.config.ts", "jest.config.ts", "**/*.test.ts", "**/*.test.tsx", "**/*.spec.ts", "**/*.d.ts", ".storybook/**/*", "**/*.stories.tsx" ] }