1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Remove named exports from CSS module typings

- They didn't exist anyway so this now causes compile time errors
  instead of runtime ones

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2022-12-09 12:17:09 -05:00
parent 0a4eea244a
commit 8420694b38

View File

@ -34,7 +34,10 @@
},
"plugins": [
{
"name": "typescript-plugin-css-modules"
"name": "typescript-plugin-css-modules",
"options": {
"namedExports": false
}
}
]
},