{
"compilerOptions": {
"target": "ES2023",
"allowJs": true,
"checkJs": true,
"strictNullChecks": true,
"noImplicitOverride": true,
},
"include": [
"static/**.mts",
],
}