Could not find a declaration file for module '!../../../node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js'. xxx/node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js' implicitly has an 'any' type.

报错的文件是我写的一个接口的ts文件 内容是 namespace A {...} export default A; node版本14 vue2.7 试了下写d.ts文件也没用
展开
评论