Skip to content
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.

Commit

Permalink
Add typescript build helpers and types
Browse files Browse the repository at this point in the history
  • Loading branch information
Allypost committed Apr 30, 2021
1 parent b8214a5 commit c5144a3
Show file tree
Hide file tree
Showing 4 changed files with 290 additions and 86 deletions.
1 change: 1 addition & 0 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ export default {
** Nuxt.js dev-modules
*/
buildModules: [
"@nuxt/typescript-build",
"@nuxtjs/eslint-module",
"@nuxtjs/stylelint-module",
"@nuxtjs/vuetify",
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,15 @@
"@ckeditor/ckeditor5-build-inline": "^19.0.0",
"@ckeditor/ckeditor5-vue": "^1.0.1",
"@fontsource/raleway": "^4.2.2",
"@nuxt/typescript-build": "^2.1.0",
"@nuxt/typescript-runtime": "^2.1.0",
"@nuxtjs/axios": "^5.3.6",
"@nuxtjs/dotenv": "^1.4.0",
"@nuxtjs/pwa": "^3.0.0-0",
"@nuxtjs/router-extras": "^1.1.0",
"@nuxtjs/sentry": "^4.3.5",
"@sentry/node": "^5.24.2",
"@types/pg": "^7.14.11",
"adm-zip": "^0.4.16",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
Expand All @@ -58,6 +60,7 @@
"rimraf": "^3.0.2",
"sharp": "^0.25.2",
"soap": "^0.36.0",
"type-fest": "^1.0.2",
"typescript": "^4.2.4",
"vue": "^2.6.11",
"vue-analytics": "^5.22.1",
Expand All @@ -74,7 +77,7 @@
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-private-methods": "^7.12.1",
"@mdi/font": "^5.9.55",
"@nuxt/types": "^2.14.12",
"@nuxt/types": "^2.15.4",
"@nuxtjs/eslint-config": "^3.0.0",
"@nuxtjs/eslint-module": "^1.0.0",
"@nuxtjs/google-analytics": "^2.3.0",
Expand Down
4 changes: 4 additions & 0 deletions vue.shim.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
declare module "*.vue" {
import Vue from "vue";
export default Vue;
}
Loading

0 comments on commit c5144a3

Please sign in to comment.