FeDirect/tsconfig.json

12 lines
232 B
JSON
Raw Permalink Normal View History

2025-01-12 04:47:05 +01:00
{
"compilerOptions": {
"target": "ES2023",
"allowJs": true,
"checkJs": true,
"strictNullChecks": true,
"noImplicitOverride": true,
2025-01-12 04:47:05 +01:00
},
"include": [
"static/**.mts",
],
}