Skip to content

Commit

Permalink
added typescript declaration for ResizeObserver
Browse files Browse the repository at this point in the history
  • Loading branch information
nstringham committed Oct 24, 2020
1 parent 99630f6 commit 821e263
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"vuex-class": "^0.3.2"
},
"devDependencies": {
"@types/resize-observer-browser": "^0.1.4",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"@vue/cli-plugin-babel": "^4.5.7",
Expand Down
1 change: 1 addition & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ body {
</style>

<script lang="ts">
/// <reference types="resize-observer-browser" />
import { Component, Vue } from "vue-property-decorator";
import { auth, Claims } from "@/firebase";
import { Unsubscribe, User } from "firebase";
Expand Down

0 comments on commit 821e263

Please sign in to comment.