FeDirect/tsconfig.json
2025-02-03 03:15:14 +01:00

12 lines
No EOL
232 B
JSON

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