Moved typescript dependencies to hello package

This allows TS specifics to stay local in just one package
This commit is contained in:
Christian Georgi
2021-07-13 13:09:54 +02:00
parent c04b972d27
commit 47a58e7393
3 changed files with 22 additions and 12 deletions

View File

@@ -4,5 +4,11 @@
"scripts": {
"watch": "cds serve world.cds",
"watch:ts": "cds-ts serve world.cds"
},
"devDependencies": {
"@types/jest": "^26.0.23",
"@types/node": "^15.12.0",
"ts-jest": "^27.0.2",
"typescript": "^4.3.5"
}
}