Skip to content

Commit

Permalink
chore(types): add stub entrypoint to allow node resolution of `@nuxt/…
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Mar 27, 2021
1 parent 9065f63 commit 282d85e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/types/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = {}
4 changes: 3 additions & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
"description": "Nuxt types",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"types": "index",
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.js",
"**/*.d.ts"
],
"dependencies": {
Expand Down

0 comments on commit 282d85e

Please sign in to comment.