Explorar el Código

prevent scss typescript error

Futa Arai hace 9 meses
padre
commit
b3ae9c78f0
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      packages/remark-attachment-refs/src/@types/declaration.d.ts

+ 2 - 0
packages/remark-attachment-refs/src/@types/declaration.d.ts

@@ -0,0 +1,2 @@
+// prevent TS2307: Cannot find module './xxx.module.scss' or its corresponding type declarations.
+declare module '*.scss';