mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-06 09:51:01 +00:00
Fix types to link to .ts file
This commit is contained in:
parent
979e15db2a
commit
e967191167
@ -14,7 +14,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"main": "./index.js",
|
"main": "./index.js",
|
||||||
"types": "./index.d.js",
|
"types": "./index.d.ts",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user