diff --git a/tsconfig.json b/tsconfig.json index b97369efc7..6036d1452d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -34,7 +34,10 @@ }, "plugins": [ { - "name": "typescript-plugin-css-modules" + "name": "typescript-plugin-css-modules", + "options": { + "namedExports": false + } } ] },