mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
fix typescript compiler watch path inconsistency (#5155)
This commit is contained in:
parent
08a0c897ef
commit
edce187c03
2 changed files with 1 additions and 2 deletions
|
|
@ -353,7 +353,7 @@
|
|||
"vsix": "mkdirp ../bin && vsce package --no-dependencies --out ../bin",
|
||||
"publish:marketplace": "vsce publish --no-dependencies && ovsx publish --no-dependencies",
|
||||
"watch:bundle": "pnpm bundle --watch",
|
||||
"watch:tsc": "tsc --noEmit --watch --project tsconfig.json",
|
||||
"watch:tsc": "cd .. && tsc --noEmit --watch --project src/tsconfig.json",
|
||||
"clean": "rimraf README.md CHANGELOG.md LICENSE dist mock .turbo"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@
|
|||
"noImplicitReturns": true,
|
||||
"noUnusedLocals": false,
|
||||
"resolveJsonModule": true,
|
||||
"rootDir": ".",
|
||||
"skipLibCheck": true,
|
||||
"sourceMap": true,
|
||||
"strict": true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue