{
    "extends": "./tsconfig.build.json",
    "compilerOptions": {
        "composite": true,
        "noEmit": true,
        "skipLibCheck": true
    },
    "include": ["**/*.ts", "**/*.tsx", "**/*.test.ts", "**/*.test.tsx"],
    "exclude": ["**/*.stories.tsx"]
}
