Enable engine-strict checks for TypeScript Gateway samples

Use an .npmrc to enable engine-strict checks so that `npm install` will fail for projects when an incompatible Node version is used, rather than confusing errors about unsupported language features occuring at runtime.

Signed-off-by: Mark S. Lewis <mark_lewis@uk.ibm.com>
This commit is contained in:
Mark S. Lewis 2022-04-29 14:26:52 +01:00
parent eeb4e611c7
commit 3dc2946b83
3 changed files with 3 additions and 0 deletions

View file

@ -0,0 +1 @@
engine-strict=true

View file

@ -0,0 +1 @@
engine-strict=true

View file

@ -0,0 +1 @@
engine-strict=true