- vue-tsc 增加 --incremental 和 tsBuildInfoFile,缓存写入 node_modules/.cache/vue-tsc - 三端 typecheck 统一设置 NODE_OPTIONS=--max-old-space-size=8192 - 避免清缓存全量 typecheck 时 OOM 说明:做回归判断时仍需先清理 tsbuildinfo,避免增量缓存掩盖新增错误 |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .env | ||
| .env.analyze | ||
| .env.development | ||
| .env.production | ||
| index.html | ||
| package.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||