Reformat everything

This commit is contained in:
Joscha 2024-05-11 18:32:36 +02:00
parent 93663fff8c
commit 36ce75b43d
12 changed files with 560 additions and 526 deletions

View file

@ -1,5 +1,6 @@
{ // See also https://aka.ms/tsconfig
"include": [ "scripts/**/*" ],
{
// See also https://aka.ms/tsconfig
"include": ["scripts/**/*"],
"compilerOptions": {
"target": "ES2022", // Should be fine according to caniuse.com
@ -19,6 +20,6 @@
"noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": true,
"noUncheckedIndexedAccess": true,
"strict": true,
"strict": true
}
}