Compare commits

..

1 commit

Author SHA1 Message Date
a55d7a1632 Style match 2025-11-02 20:48:46 +13:00

9
jsconfig.json Normal file
View file

@ -0,0 +1,9 @@
{
"compilerOptions": {
"target": "es2024",
"module": "nodenext",
"strict": true,
"noImplicitAny": false,
"useUnknownInCatchVariables": false
}
}