FeDirect/tsconfig.json

11 lines
196 B
JSON
Raw Permalink Normal View History

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