Enable engine-strict checks for TypeScript Gateway samples (#726)

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 15:59:50 +01:00 committed by GitHub
parent eeb4e611c7
commit f2fbfa410f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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