f026c43b81
- Jest now uses ts-jest for transforms - TypeScript compilation via `lerna run tsc`
17 lines
299 B
JSON
17 lines
299 B
JSON
{
|
|
"name": "root",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^24.0.11",
|
|
"@types/node": "^11.13.5",
|
|
"jest": "^24.7.1",
|
|
"jest-circus": "^24.7.1",
|
|
"lerna": "^3.13.3",
|
|
"ts-jest": "^24.0.2",
|
|
"typescript": "^3.4.4"
|
|
}
|
|
}
|