Skip to content

Commit dcd8a58

Browse files
authored
fix: Exclude emotion's css prop from exported typedefs (#468)
1 parent be119ac commit dcd8a58

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tsconfig.dist.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,11 @@
44
"rootDir": "./src",
55
"declarationDir": "lib"
66
},
7-
"exclude": ["node_modules", "**/__mocks__", "**/__tests__"]
7+
"exclude": [
8+
"node_modules",
9+
"**/__mocks__",
10+
"**/__tests__",
11+
"**/storybook-helper.*",
12+
"**/*.stories.*"
13+
]
814
}

0 commit comments

Comments
 (0)