通过修改tsconfig.app.json配置加快构建速度和暴露隐藏bug

修改tsconfig.app.json

  "compilerOptions": {,
    "isolatedModules": true,
    "types": ["vite/client"]  },

posted @ 2025-05-14 22:24  $Traitor$  阅读(20)  评论(0)    收藏  举报