mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-19 15:10:58 +00:00
chore(types): add stub entrypoint to allow node resolution of @nuxt/types
(#9059)
see https://github.com/microsoft/TypeScript/issues/18008#issuecomment-804299674 closes #9030
This commit is contained in:
parent
9065f63edf
commit
248a5c85a9
1
packages/types/index.js
Normal file
1
packages/types/index.js
Normal file
@ -0,0 +1 @@
|
||||
module.exports = {}
|
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user