diff --git a/typings/custom-global/index.d.ts b/typings/custom-global/index.d.ts index 32e5acbba9d7c9..4f7d60c6f76013 100644 --- a/typings/custom-global/index.d.ts +++ b/typings/custom-global/index.d.ts @@ -1,5 +1,5 @@ /** - * Generic typings for non typescript/javascript. + * Generic typings for sass files. */ declare module '*.scss' { const styles: { [className: string]: string };