diff options
| author | Kevin J Hoerr <kjhoerr@protonmail.com> | 2024-01-02 01:30:36 +0000 |
|---|---|---|
| committer | Kevin J Hoerr <kjhoerr@protonmail.com> | 2024-01-02 01:30:36 +0000 |
| commit | cb206634e736249a9fe32ac57c11c5684e9abefc (patch) | |
| tree | f940602f2c5ef6e2f868bab650a526e01f0350f9 /tsconfig.json | |
| parent | e5b3c5bbbba1eae131af77e43144d27a41dd5751 (diff) | |
| download | submelon.dev-cb206634e736249a9fe32ac57c11c5684e9abefc.tar.gz submelon.dev-cb206634e736249a9fe32ac57c11c5684e9abefc.tar.bz2 submelon.dev-cb206634e736249a9fe32ac57c11c5684e9abefc.zip | |
Better escapement for template and serve mode
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |
