fix(build): clean stale workspace residue

This commit is contained in:
imccyu
2026-07-25 20:06:01 +08:00
parent be3a9f6a75
commit 22875a6c9d
3 changed files with 109 additions and 3 deletions

View File

@@ -3,8 +3,7 @@
"compilerOptions": {
"composite": true,
"rootDir": "src",
"outDir": "lib/types",
"tsBuildInfoFile": "../../../.typecheck/cli-demo.tsbuildinfo"
"outDir": "lib/types"
},
"include": ["src/**/*.ts"],
"references": [