borg-difference/jsconfig.json
2026-08-10 22:40:32 +12:00

9 lines
157 B
JSON

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