Skip to content

Commit

Permalink
Remove named exports from CSS module typings (#6723)
Browse files Browse the repository at this point in the history
- They didn't exist anyway so this now causes compile time errors
  instead of runtime ones

Signed-off-by: Sebastian Malton <sebastian@malton.name>

Signed-off-by: Sebastian Malton <sebastian@malton.name>
  • Loading branch information
Nokel81 committed Dec 9, 2022
1 parent 0a4eea2 commit e73b64b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@
},
"plugins": [
{
"name": "typescript-plugin-css-modules"
"name": "typescript-plugin-css-modules",
"options": {
"namedExports": false
}
}
]
},
Expand Down

0 comments on commit e73b64b

Please sign in to comment.