使用時出現
There are types at 'd:/projects/vue-project/node_modules/codemirror-editor-vue3/dist/packages/index.d.ts', but this result could not be resolved when respecting package.json "exports". The 'codemirror-editor-vue3' library may need to update its package.json or typings.
我想你需要在 package.json 加入
"exports": {
".": {
"types": "./dist/packages/index.d.ts"
},
Describe the bug
使用時出現 There are types at 'd:/projects/vue-project/node_modules/codemirror-editor-vue3/dist/packages/index.d.ts', but this result could not be resolved when respecting package.json "exports". The 'codemirror-editor-vue3' library may need to update its package.json or typings. 我想你需要在 package.json 加入 "exports": { ".": { "types": "./dist/packages/index.d.ts" },
Validations