Skip to content

Commit

Permalink
Fix vite pipeline failing
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasvbeek committed Oct 13, 2022
1 parent 0716800 commit 286c156
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 572 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"autoprefixer": "^10.4.1",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.11",
"typescript": "^4.4.4",
"typescript": "^4.8.4",
"vite": "^2.7.2",
"vue-tsc": "^0.29.8"
"vue-tsc": "^1.0.7"
}
}
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"sourceMap": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"lib": ["esnext", "dom"]
"lib": ["esnext", "dom"],
"skipLibCheck": true,
},
"include": ["src/**/*.ts", "src/**/*.d.ts", "frtend/src/**/*.tsx", "src/**/*.vue"]
}
Loading

0 comments on commit 286c156

Please sign in to comment.