1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-11-15 08:33:13 +01:00
.profile/apps/storybook/tsconfig.json

8 lines
194 B
JSON
Raw Normal View History

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