前端winter、杨村长、然叔Vue3项目实战
return config },}
// next-imagesconst withImages = require('next-images')module.exports = withImages({
webpack(config, options) {
return config }})
启用 Typescript
创建 tsconfig.json
tsc --init 运行后得到 tsconfig.json 或者 touch tsconfig.ts
将 jsconfig.json 里面的配置合并到 tsconfig.json