1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-05-11 18:05:18 +02:00
.profile/apps/storybook/tsconfig.json

8 lines
212 B
JSON

{
"extends": "@repo/config-typescript/tsconfig.json",
"compilerOptions": {
"lib": ["DOM", "DOM.Iterable", "ESNext"]
},
"include": ["http-server.ts", "./.storybook/**/*.ts", "./.storybook/**/*.tsx"]
}