Run format.

This commit is contained in:
Tom Alexander
2024-01-21 21:11:38 -05:00
parent 8c3dd2cee3
commit 0d0a99c73b
5 changed files with 97 additions and 89 deletions

View File

@@ -11,9 +11,7 @@
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"noImplicitAny": true,
"allowSyntheticDefaultImports": true
"allowSyntheticDefaultImports": true,
},
"include": [
"src"
]
"include": ["src"],
}