diff --git a/tsconfig.json b/tsconfig.json index 11022647..3709905d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -61,7 +61,8 @@ /* Experimental Options */ // "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */ // "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */ - "skipLibCheck": true + "skipLibCheck": true, + "types": ["@vue/runtime-dom"] }, "include": ["src"], "exclude": ["lib", "es"]