modernize ts options

This commit is contained in:
Matt Fysh 2024-07-22 10:18:28 +10:00
commit 22ef26c5d2
2 changed files with 3 additions and 2 deletions

View file

@ -1,10 +1,10 @@
{
"compilerOptions": {
"strict": true,
"module": "commonjs",
"moduleResolution": "node",
"module": "preserve",
"target": "es2019",
"lib": ["es2019", "es2020", "es2022.error"],
"types": ["node"],
"removeComments": true,
"useUnknownInCatchVariables": false,
"forceConsistentCasingInFileNames": true,