{ "extends": "./tsconfig.json", "compilerOptions": { "outDir": "../../dist/out-tsc", "types": ["jest", "node"] }, "include": [ "jest.config.ts", "**/*.test.ts", "**/*.test.tsx", "**/*.spec.ts", "**/*.d.ts", ".storybook/**/*", "**/*.stories.tsx" ] }