Browse Source

prevent scss typescript error

Futa Arai 7 months ago
parent
commit
b3ae9c78f0
1 changed files with 2 additions and 0 deletions
  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';