build performance improvements (#384)

* performance improvements

* enable incremental typechecking

* upgrade dependencies

* remove unused dependencies
This commit is contained in:
Tobias Koppers
2021-06-22 21:37:44 +02:00
committed by GitHub
parent 559451f958
commit 1a50be125a
8 changed files with 448 additions and 11975 deletions

View File

@@ -11,7 +11,7 @@ interface Props {
className?: string
product: Product
noNameTag?: boolean
imgProps?: Omit<ImageProps, 'src'>
imgProps?: Omit<ImageProps, 'src' | 'layout' | 'placeholder' | 'blurDataURL'>
variant?: 'default' | 'slim' | 'simple'
}