Skip to content

Commit

Permalink
Merge #2998
Browse files Browse the repository at this point in the history
2998: Remove recent improvements to the build script r=matklad a=matklad



Co-authored-by: Aleksey Kladov <[email protected]>
  • Loading branch information
bors[bot] and matklad authored Feb 3, 2020
2 parents 834fcec + 30f7e65 commit c57ed0c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 15 deletions.
15 changes: 8 additions & 7 deletions editors/code/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions editors/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,20 @@
"dependencies": {
"jsonc-parser": "^2.1.0",
"seedrandom": "^3.0.5",
"vscode-languageclient": "^6.1.0",
"tslib": "^1.10.0"
"vscode-languageclient": "^6.1.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^11.0.1",
"@rollup/plugin-node-resolve": "^6.1.0",
"@rollup/plugin-typescript": "^3.0.0",
"@rollup/plugin-typescript": "^2.0.0",
"@types/node": "^12.12.25",
"@types/seedrandom": "^2.4.28",
"@types/vscode": "^1.41.0",
"rollup": "^1.30.1",
"tslib": "^1.10.0",
"tslint": "^5.20.1",
"typescript": "^3.7.5",
"typescript-formatter": "^7.2.2",
"typescript": "^3.7.5",
"vsce": "^1.71.0"
},
"activationEvents": [
Expand Down
6 changes: 2 additions & 4 deletions editors/code/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"compilerOptions": {
"moduleResolution": "node",
"module": "es2015",
"module": "commonjs",
"target": "es2018",
"outDir": "out",
"lib": [
Expand All @@ -15,8 +14,7 @@
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"newLine": "LF",
"esModuleInterop": true,
"importHelpers": true
"esModuleInterop": true
},
"exclude": [
"node_modules"
Expand Down

0 comments on commit c57ed0c

Please sign in to comment.