diff options
Diffstat (limited to 'custom.d.ts')
-rw-r--r-- | custom.d.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/custom.d.ts b/custom.d.ts index 80fc7ccf9e1..7f6487fb835 100644 --- a/custom.d.ts +++ b/custom.d.ts @@ -19,7 +19,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. * */ -declare module '*.svg' { +declare module '*.svg?raw' { const content: any export default content } @@ -28,4 +28,3 @@ declare module '*.vue' { import Vue from 'vue' export default Vue } - |