fix yarn tsc for yaml import

This commit is contained in:
Fidel Coria
2020-07-24 07:35:02 -05:00
parent 69a188e613
commit b4c2ea0d1d
+5
View File
@@ -50,6 +50,11 @@ declare module '*.webp' {
export default src;
}
declare module '*.yaml' {
const src: string;
export default src;
}
declare module '*.icon.svg' {
import { ComponentType } from 'react';
import { SvgIconProps } from '@material-ui/core';