Fix: missing svg declare

This commit is contained in:
Dreamacro 2021-10-02 13:02:59 +08:00
parent f169dafa9a
commit df00d1c53d
2 changed files with 1 additions and 2 deletions

View File

@ -1,2 +0,0 @@
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-3.0.1.cjs

View File

@ -1 +1,2 @@
declare module '*.png'
declare module '*.svg'