Skip to content

Commit

Permalink
feat: imports & vue-tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
Mittelblut9 committed Dec 9, 2024
1 parent 420a02e commit 2dd91ce
Show file tree
Hide file tree
Showing 3 changed files with 139 additions and 2 deletions.
14 changes: 14 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,18 @@ export default defineNuxtConfig({
endpoint: process.env.APPWRITE_ENDPOINT,
project: process.env.APPWRITE_PROJECT_ID,
},
imports: {
dirs: [
'composables/**',
'utils/**',
]
},
typescript: {
typeCheck: true,
strict: false,
tsConfig: {
exclude: ['node_modules'],
},
shim: true,
}
})
124 changes: 123 additions & 1 deletion package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"sass-migrator": "^2.2.1",
"typescript": "^5.6.3",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
"vue-router": "^4.5.0",
"vue-tsc": "^2.1.10"
},
"dependencies": {
"@nuxt/typescript-runtime": "^3.0.2",
Expand Down

0 comments on commit 2dd91ce

Please sign in to comment.