dep: package-update

This commit is contained in:
2023-03-19 17:45:17 +09:00
parent 2245383d9e
commit 49f2f85f79
5 changed files with 1147 additions and 1009 deletions
-2
View File
@@ -28,10 +28,8 @@
// "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'). */
"preserveValueImports": true,
"useDefineForClassFields": true,
"resolveJsonModule": true,
"importsNotUsedAsValues": "error",
/* Strict Type-Checking Options */
"strict": true, /* Enable all strict type-checking options. */