We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6f2604 commit 1883e40Copy full SHA for 1883e40
2 files changed
types/vite-plugin-react-svg/index.d.ts
@@ -2,7 +2,7 @@
2
// Project: https://github.com/visualfanatic/vite-svg
3
// Definitions by: Priyanshu Rav <https://github.com/priyanshurav>
4
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5
-// Minimum TypeScript Version: 3.8
+// Minimum TypeScript Version: 4.0
6
7
import { Plugin } from 'vite';
8
import { OptimizeOptions } from 'svgo';
types/vite-plugin-react-svg/tsconfig.json
"compilerOptions": {
"module": "commonjs",
"lib": [
- "es6"
+ "es6", "dom"
],
"noImplicitAny": true,
"noImplicitThis": true,
0 commit comments