Skip to content

Commit

Permalink
chore: fix local development for vscode 1.66+
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammisuli committed Apr 1, 2022
1 parent 6d060e3 commit 2c1ff29
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v14.16.0
14.17.0
3 changes: 2 additions & 1 deletion apps/vscode/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": {
"executor": "@nrwl/node:webpack",
"options": {
"externalDependencies": ["vscode"],
"externalDependencies": ["vscode", "typescript"],
"webpackConfig": "apps/vscode/webpack.config.js",
"outputPath": "dist/apps/vscode",
"main": "apps/vscode/src/main.ts",
Expand Down Expand Up @@ -42,6 +42,7 @@
"sourceMap": false,
"optimization": true,
"extractLicenses": true,
"externalDependencies": ["vscode"],
"fileReplacements": [
{
"replace": "apps/vscode/src/environments/environment.ts",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"downlevelIteration": true,
"lib": ["es2019", "dom", "esnext.asynciterable"],
"types": ["node", "jest"],
"module": "esnext",
"module": "commonjs",
"baseUrl": ".",
"rootDir": ".",
"paths": {
Expand Down

0 comments on commit 2c1ff29

Please sign in to comment.