Add typescript-plugin-styled-components to client/tsconfig.json
This commit is contained in:
parent
661877ddff
commit
6c56b51b4e
@ -7,5 +7,12 @@
|
|||||||
"references": [
|
"references": [
|
||||||
{"path": "../redux"},
|
{"path": "../redux"},
|
||||||
{"path": "../common"}
|
{"path": "../common"}
|
||||||
]
|
],
|
||||||
|
"plugins": [{
|
||||||
|
"transform": "typescript-plugin-styled-components",
|
||||||
|
"type": "config",
|
||||||
|
"displayName": true,
|
||||||
|
"minify": false,
|
||||||
|
"ssr": true
|
||||||
|
}]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user