From cb206634e736249a9fe32ac57c11c5684e9abefc Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Tue, 2 Jan 2024 01:30:36 +0000 Subject: Better escapement for template and serve mode --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index dc5ba34..c5254b5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -80,7 +80,7 @@ // "strictFunctionTypes": true, /* When assigning functions, check to ensure parameters and the return values are subtype-compatible. */ // "strictBindCallApply": true, /* Check that the arguments for `bind`, `call`, and `apply` methods match the original function. */ // "strictPropertyInitialization": true, /* Check for class properties that are declared but not set in the constructor. */ - // "noImplicitThis": true, /* Enable error reporting when `this` is given the type `any`. */ + "noImplicitThis": false, /* Enable error reporting when `this` is given the type `any`. */ // "useUnknownInCatchVariables": true, /* Type catch clause variables as 'unknown' instead of 'any'. */ // "alwaysStrict": true, /* Ensure 'use strict' is always emitted. */ // "noUnusedLocals": true, /* Enable error reporting when a local variables aren't read. */ -- cgit