Reformat everything
This commit is contained in:
parent
93663fff8c
commit
36ce75b43d
12 changed files with 560 additions and 526 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue