From 1f8bc889cfae2d1f710307236657730c11614226 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Tue, 29 Jun 2021 14:04:49 +0100 Subject: [PATCH] Enable alwaysStrict compile option Signed-off-by: James Taylor --- asset-transfer-basic/rest-api-typescript/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asset-transfer-basic/rest-api-typescript/tsconfig.json b/asset-transfer-basic/rest-api-typescript/tsconfig.json index 34391e93..c0e23f1c 100644 --- a/asset-transfer-basic/rest-api-typescript/tsconfig.json +++ b/asset-transfer-basic/rest-api-typescript/tsconfig.json @@ -32,7 +32,7 @@ // "strictBindCallApply": true, /* Enable strict 'bind', 'call', and 'apply' methods on functions. */ // "strictPropertyInitialization": true, /* Enable strict checking of property initialization in classes. */ // "noImplicitThis": true, /* Raise error on 'this' expressions with an implied 'any' type. */ - // "alwaysStrict": true, /* Parse in strict mode and emit "use strict" for each source file. */ + "alwaysStrict": true, /* Parse in strict mode and emit "use strict" for each source file. */ /* Additional Checks */ // "noUnusedLocals": true, /* Report errors on unused locals. */