out-of-your-element/jsconfig.json
2025-11-02 20:48:46 +13:00

9 lines
157 B
JSON

{
"compilerOptions": {
"target": "es2024",
"module": "nodenext",
"strict": true,
"noImplicitAny": false,
"useUnknownInCatchVariables": false
}
}