Add in-order script

This commit is contained in:
Talia 2025-03-21 15:04:34 +01:00
parent 350117ef64
commit 92b78c3c0f
Signed by: darkwiiplayer
GPG key ID: 7808674088232B3E

7
jsconfig.json Normal file
View file

@ -0,0 +1,7 @@
{
"compilerOptions": {
"target": "es2020",
"allowJs": true,
"checkJs": true
}
}