TypeScript Version: 3.7.5
Aphrodite Version: 2.4.0
When I using StyleSheet create function
const style = StyleSheet.create({
container: {
}
})
I found out that VS Code is not able to give me any autocomplete suggestion on those CSS properties, since they think StyleDeclarationMap is a type of 'any'

but it is not

I have changed typescript version and modified my tsconfig file, but nothing make it work.
I wonder how can I fixed this issue?
TypeScript Version: 3.7.5
Aphrodite Version: 2.4.0
When I using StyleSheet create function
I found out that VS Code is not able to give me any autocomplete suggestion on those CSS properties, since they think StyleDeclarationMap is a type of 'any'
but it is not
I have changed typescript version and modified my tsconfig file, but nothing make it work.
I wonder how can I fixed this issue?