Isolate all TS stuff in hello package

This commit is contained in:
Christian Georgi
2021-07-13 13:22:30 +02:00
parent 47a58e7393
commit 00bfc1507e
6 changed files with 9 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
"name": "@capire/hello-world",
"version": "1.0.0",
"scripts": {
"test": "npx jest --silent",
"watch": "cds serve world.cds",
"watch:ts": "cds-ts serve world.cds"
},