Vue3+TypeScript从入门到精通系列之:Try changing the lib compiler option to es2015 or later
生活随笔
收集整理的這篇文章主要介紹了
Vue3+TypeScript从入门到精通系列之:Try changing the lib compiler option to es2015 or later
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
Vue3+TypeScript從入門到精通系列之:Try changing the lib compiler option to es2015 or later
tsc ./泛型接口.tstsc編譯出現如下報錯:
- Property ‘find’ does not exist on type ‘User[]’. Do you need to change your target library? Try changing the ‘lib’ compiler option to ‘es2015’ or later.
解決方法:使用目標庫es6
- tsc ./泛型接口.ts -t es6
總結
以上是生活随笔為你收集整理的Vue3+TypeScript从入门到精通系列之:Try changing the lib compiler option to es2015 or later的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: IBM:百年之后
- 下一篇: 表情包组件(vue)