Ivan Polushin
Results
4
comments of
Ivan Polushin
Same err with @vitejs/plugin-legacy and manifest.json
@kendallroth big thx
Same in chrome, but all fine in firefox
I use this at my project :( ```typescript type GetOptional = { [K in keyof T as T[K] extends Required[K] ? never : K]: T[K] } type Optional = Omit...