1
0
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:
Sebastian Malton 2022-12-09 12:58:41 -08:00 committed by GitHub
parent 0a4eea244a
commit e73b64b64f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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