mirror of
https://github.com/lensapp/lens.git
synced 2024-11-28 20:14:22 +03:00
Remove named exports from CSS module typings (#6723)
- 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>
This commit is contained in:
parent
0a4eea244a
commit
e73b64b64f
@ -34,7 +34,10 @@
|
||||
},
|
||||
"plugins": [
|
||||
{
|
||||
"name": "typescript-plugin-css-modules"
|
||||
"name": "typescript-plugin-css-modules",
|
||||
"options": {
|
||||
"namedExports": false
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user