{
    "extends": "../../tsconfig.json",
    "compilerOptions": {
        "noEmit": true,
        "allowImportingTsExtensions": true
    },
    "include": [
        "**/*.ts",
        "**/*.tsx",
        ".storybook/**/*.ts",
        ".storybook/**/*.tsx",
        "vitest.config.mts"
    ]
}
