Skip to content

Commit

Permalink
disable type-checking at build-time
Browse files Browse the repository at this point in the history
  • Loading branch information
lilioid committed Nov 15, 2023
1 parent aaf65c1 commit 478d560
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
3 changes: 0 additions & 3 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ export default defineNuxtConfig({
modules: [
"@nuxt/ui",
],
typescript: {
typeCheck: true,
},
devtools: {enabled: true},
colorMode: {
classSuffix: "",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"devDependencies": {
"@nuxt/eslint-config": "^0.1.1",
"eslint": "^8.28.0",
"nuxt": "^3.6.2"
"nuxt": "^3.6.2",
"typescript": "^4.9.5",
"vue-tsc": "^1.8.22"
},
"dependencies": {
"@nuxt/ui": "^2.10.0",
"@vueuse/core": "^10.6.1",
"oidc-client-ts": "^2.4.0",
"typescript": "^4.9.5",
"vue-tsc": "^1.8.22"
"oidc-client-ts": "^2.4.0"
}
}

0 comments on commit 478d560

Please sign in to comment.