Update tsconfig

This commit is contained in:
IvanZosimov 2023-03-03 16:37:06 +01:00
parent f9c6958c01
commit 7ed364aebd
3 changed files with 2783 additions and 2782 deletions

1090
dist/cleanup/index.js vendored

File diff suppressed because it is too large Load Diff

4474
dist/setup/index.js vendored

File diff suppressed because it is too large Load Diff

View File

@ -21,6 +21,7 @@
// "importHelpers": true, /* Import emit helpers from 'tslib'. */
// "downlevelIteration": true, /* Provide full support for iterables in 'for-of', spread, and destructuring when targeting 'ES5' or 'ES3'. */
// "isolatedModules": true, /* Transpile each file as a separate module (similar to 'ts.transpileModule'). */
"newLine": "lf", /* Specify the end of line sequence to be used when emitting files: CRLF (dos) or LF (unix). */
/* Strict Type-Checking Options */
"strict": true, /* Enable all strict type-checking options. */