Bumped minimum node version.

This commit is contained in:
SamTV12345 2024-03-16 23:33:14 +01:00
parent caf5bd3f83
commit 46b6650528
3 changed files with 6 additions and 11 deletions

View file

@ -10,6 +10,7 @@
"esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */
"forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */
/* Type Checking */
"resolvePackageJsonImports": true,
"strict": true, /* Enable all strict type-checking options. */
/* Completeness */
"skipLibCheck": true /* Skip type checking all .d.ts files. */,