We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08a0c89 commit edce187Copy full SHA for edce187
src/package.json
@@ -353,7 +353,7 @@
353
"vsix": "mkdirp ../bin && vsce package --no-dependencies --out ../bin",
354
"publish:marketplace": "vsce publish --no-dependencies && ovsx publish --no-dependencies",
355
"watch:bundle": "pnpm bundle --watch",
356
- "watch:tsc": "tsc --noEmit --watch --project tsconfig.json",
+ "watch:tsc": "cd .. && tsc --noEmit --watch --project src/tsconfig.json",
357
"clean": "rimraf README.md CHANGELOG.md LICENSE dist mock .turbo"
358
},
359
"dependencies": {
src/tsconfig.json
@@ -13,7 +13,6 @@
13
"noImplicitReturns": true,
14
"noUnusedLocals": false,
15
"resolveJsonModule": true,
16
- "rootDir": ".",
17
"skipLibCheck": true,
18
"sourceMap": true,
19
"strict": true,
0 commit comments