Add working Jest & TypeScript config

- Jest now uses ts-jest for transforms
- TypeScript compilation via `lerna run tsc`
This commit is contained in:
Jonathan Clem
2019-04-19 15:15:34 -04:00
parent 97bc7918f4
commit f026c43b81
10 changed files with 124 additions and 27 deletions

View File

@@ -24,7 +24,8 @@
"url": "git+https://github.com/actions/toolkit.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
"test": "echo \"Error: run tests from root\" && exit 1",
"tsc": "tsc"
},
"bugs": {
"url": "https://github.com/actions/toolkit/issues"