vue-tmap
vue-tmap copied to clipboard
vite打包报错
../../node_modules/.pnpm/@[email protected]/node_modules/@map-component/vue-tmap/dist/components/dom-overlay.d.ts:1:23 - error TS2688: Cannot find type definition file for '@map-component/tmap-types'.
1 ///
大量的这类错误 请问什么问题
"typescript": "~5.3.2", "vite": "^5.0.3", "vue": "^3.3.9", "vue-tsc": "^1.8.24"
加上 devDependencies @map-component/tmap-types
又报: error TS2304: Cannot find name 'DocumentEvent'.
50 originalEvent: DocumentEvent;