Skip to content

Commit 8174d12

Browse files
committed
fix: TSConfig - disable css-modules named exports
1 parent f34630d commit 8174d12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

configs/tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
{
1717
"name": "typescript-plugin-css-modules",
1818
"options": {
19-
"customMatcher": "\.(css|styl)$"
19+
"customMatcher": "\.(css|styl)$",
20+
"namedExports": false
2021
}
2122
}
2223
]

0 commit comments

Comments
 (0)