{
"exclude": [".yarn", "./node_modules", "./**/node_modules", "./dist", "./**/dist", "./**/docs", "public", "storybook-static"],
"extends": "@xylabs/tsconfig-react",
"include": ["**/*.ts", "**/*.js", "**/*.jsx", "**/*.tsx", "**/*.mjs", ".storybook/**/*.ts*"],
}