Skip to content

Commit

Permalink
feat: add --prepare mode for local types support
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed May 16, 2023
1 parent 8770797 commit fbf0236
Show file tree
Hide file tree
Showing 4 changed files with 299 additions and 210 deletions.
2 changes: 1 addition & 1 deletion example/tsconfig.json
@@ -1,3 +1,3 @@
{
"extends": "./playground/.nuxt/tsconfig.json"
"extends": "./.nuxt/tsconfig.json"
}
11 changes: 8 additions & 3 deletions package.json
Expand Up @@ -36,16 +36,21 @@
"pathe": "^1.1.0",
"unbuild": "^1.2.1"
},
"peerDependencies": {
"@nuxt/kit": "^3.5.0",
"nuxi": "^3.5.0"
},
"devDependencies": {
"@nuxt/kit": "^3.4.3",
"@nuxt/schema": "^3.4.3",
"@nuxt/kit": "^3.5.0",
"@nuxt/schema": "^3.5.0",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@types/mri": "^1.1.1",
"@types/node": "^20.1.3",
"@vitest/coverage-c8": "^0.31.0",
"eslint": "^8.40.0",
"jiti": "^1.18.2",
"nuxt": "^3.4.3",
"nuxi": "^3.5.0",
"nuxt": "^3.5.0",
"standard-version": "^9.5.0",
"vitest": "^0.31.0"
}
Expand Down

0 comments on commit fbf0236

Please sign in to comment.