FeDirect/tsconfig.json
2025-01-12 04:47:05 +01:00

11 lines
No EOL
196 B
JSON

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