Skip to content

Commit

Permalink
Added vuetify types to tsconfig: vuetifyjs/vue-cli-plugins#43 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jestfer committed Jun 14, 2020
1 parent 2b65e67 commit a8d649b
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,11 @@
"allowSyntheticDefaultImports": true,
"sourceMap": true,
"baseUrl": ".",
"types": [
"webpack-env",
"jest"
],
"types": ["webpack-env", "jest", "vuetify"],
"paths": {
"@/*": [
"src/*"
]
"@/*": ["src/*"]
},
"lib": [
"esnext",
"dom",
"dom.iterable",
"scripthost"
]
"lib": ["esnext", "dom", "dom.iterable", "scripthost"]
},
"include": [
"src/**/*.ts",
Expand All @@ -34,7 +24,5 @@
"tests/**/*.ts",
"tests/**/*.tsx"
],
"exclude": [
"node_modules"
]
"exclude": ["node_modules"]
}

0 comments on commit a8d649b

Please sign in to comment.