Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
atian25 committed Apr 1, 2018
1 parent 2ca8ba8 commit fc5c182
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
11 changes: 0 additions & 11 deletions hackernews-async-ts/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
{
"files.exclude": {
"USE_GITIGNORE": true,
"**/*.js": {
// "when": "$(basename).ts"
},
"**/*.map": true,
"run": true,
"logs": true,
"out": true,
"node_modules": true
},
"typescript.tsdk": "node_modules/typescript/lib"
}
4 changes: 2 additions & 2 deletions hackernews-async-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"rimraf": "^2.6.1",
"tslib": "^1.8.1",
"tslint": "^4.0.0",
"typescript": "^2.6.2"
"typescript": "^2.8.1"
},
"engines": {
"node": ">=8.9.0"
Expand All @@ -36,7 +36,7 @@
"start": "egg-scripts start",
"dev": "egg-bin dev -r 'egg-ts-helper/register'",
"tsc": "ets && tsc -p tsconfig.json",
"clean": "rimraf ./app.js ./agent.js ./{app,test,config}/**/*.{js,map}",
"clean": "ets clean",
"test": "npm run lint -- --fix && npm run test-local",
"test-local": "egg-bin test -r 'egg-ts-helper/register'",
"cov": "egg-bin cov",
Expand Down

0 comments on commit fc5c182

Please sign in to comment.