Skip to content

Commit 9503b62

Browse files
committed
Add TypeScript as a dev dependency to control TS engine version
1 parent e2ac3b2 commit 9503b62

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

.vscode/settings.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@
1515
"**/node_modules": true,
1616
"**/typings": true,
1717
"**/.history": true
18-
}
18+
},
19+
"typescript.tsdk": "node_modules/typescript/lib"
1920
}

package-lock.json

+21-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
"devDependencies": {
4545
"@types/js-yaml": "^3.12.5",
4646
"@types/vorpal": "^1.12.0",
47-
"eslint": "^6.8.0"
47+
"eslint": "^6.8.0",
48+
"typescript": "^4.2.3"
4849
},
4950
"engines": {
5051
"node": ">=8.10"

0 commit comments

Comments
 (0)