From 6c56b51b4e11c6be09f1d0dabc59cf09506f0696 Mon Sep 17 00:00:00 2001 From: Jerko Steiner Date: Thu, 26 Sep 2019 21:37:38 +0700 Subject: [PATCH] Add typescript-plugin-styled-components to client/tsconfig.json --- packages/client/tsconfig.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/client/tsconfig.json b/packages/client/tsconfig.json index c6b43c3..25e0d56 100644 --- a/packages/client/tsconfig.json +++ b/packages/client/tsconfig.json @@ -7,5 +7,12 @@ "references": [ {"path": "../redux"}, {"path": "../common"} - ] + ], + "plugins": [{ + "transform": "typescript-plugin-styled-components", + "type": "config", + "displayName": true, + "minify": false, + "ssr": true + }] }