out-of-your-element/jsconfig.json
2026-02-11 11:31:27 +13:00

10 lines
178 B
JSON

{
"compilerOptions": {
"target": "es2024",
"module": "nodenext",
"lib": ["ESNext"],
"strict": true,
"noImplicitAny": false,
"useUnknownInCatchVariables": false
}
}