Skip to content

Commit

Permalink
Fix TypeScript configuration paths for vsce once and for all.
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover committed Oct 12, 2021
1 parent 4bcbb54 commit 26205b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/vscode-extension/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"ES2020",
"ESNext.AsyncIterable"
],
"outDir": "out",
"outDir": "out/src",
"sourceMap": true,
"strict": true, /* enable all strict type-checking options */
"esModuleInterop": true,
Expand Down
5 changes: 4 additions & 1 deletion packages/vscode-extension/tsconfig.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
"extends": "./tsconfig.json",
"include": [
"test/**/*.ts"
]
],
"compilerOptions": {
"outDir": "./out"
}
}

0 comments on commit 26205b1

Please sign in to comment.