Hi,
How can I configure my tsconfig.json to define the getDisplayName function in order to compile with ttypescript?
{
"compilerOptions": {
"plugins": [
{
"transform": "typescript-plugin-styled-components",
"type": "config",
// other typescript-plugin-styled-components options can be added here
"getDisplayName": ???
"minify": true,
"ssr": true
}
]
}
}
Thank you in advance for your help
Hi,
How can I configure my tsconfig.json to define the getDisplayName function in order to compile with ttypescript?
Thank you in advance for your help