|
|
@@ -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": {
|