Skip to content

Commit

Permalink
Merge pull request #64 from tjx666/master
Browse files Browse the repository at this point in the history
optimize startup speed  #53
  • Loading branch information
daidodo committed Mar 14, 2022
2 parents f497d59 + a2031a8 commit e61cc63
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 77 deletions.
139 changes: 68 additions & 71 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@
"dependencies": {
"format-imports": "^3.0.1",
"lodash.clonedeep": "^4.5.0",
"log4js": "^6.4.1",
"log4js": "^6.4.2",
"node-cache": "^5.1.2"
},
"devDependencies": {
Expand All @@ -399,14 +399,14 @@
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.4.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-tsdoc": "^0.2.14",
"prettier": "^2.5.1",
"ts-loader": "^9.2.6",
"ts-node": "^10.5.0",
"ts-loader": "^9.2.7",
"ts-node": "^10.7.0",
"typescript": "^4.6.2s",
"vscode-test": "^1.6.1",
"webpack": "^5.69.1",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2"
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es6",
"target": "ES2021",
"module": "commonjs",
"moduleResolution": "Node",
"lib": ["es6"],
Expand Down

0 comments on commit e61cc63

Please sign in to comment.