dimensionlab-ui/tsconfig.json
2026-06-20 12:20:33 +02:00

8 lines
214 B
JSON

{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"baseUrl": "."
},
"include": ["src/**/*.ts", "src/**/*.tsx", ".storybook/**/*.ts"],
"exclude": ["dist", "node_modules", "storybook-static"]
}