Files
2025-11-17 18:45:35 +01:00

10 lines
150 B
JSON

{
"compilerOptions": {
"module": "ESNext",
"target": "ES2020",
"esModuleInterop": true,
"allowJs": true
},
"include": ["./*"]
}