Skip to content

Commit

Permalink
Remove defunct ts-node from cli
Browse files Browse the repository at this point in the history
ts-node doesn’t yet support TypeScript project references so it’s not so useful for us now that the project is split into multiple modules

See TypeStrong/ts-node#817 (comment)
  • Loading branch information
karlvr committed Feb 5, 2020
1 parent 78c6267 commit 3f1a450
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 83 deletions.
106 changes: 25 additions & 81 deletions modules/cli/package-lock.json

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

2 changes: 0 additions & 2 deletions modules/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"description": "OpenAPI code generator written in Node",
"main": "dist/index.js",
"scripts": {
"start": "ts-node src/index.ts",
"test": "jest",
"watch": "tsc --watch"
},
Expand All @@ -19,7 +18,6 @@
"eslint-plugin-jest": "^23.6.0",
"jest": "^25.1.0",
"ts-jest": "^25.1.0",
"ts-node": "^8.6.2",
"typescript": "^3.7.4"
},
"dependencies": {
Expand Down

0 comments on commit 3f1a450

Please sign in to comment.