(qol): format

This commit is contained in:
Alois 2026-05-28 20:20:43 +02:00
commit a82ee292ce
11 changed files with 171 additions and 69 deletions

View file

@ -3,7 +3,7 @@
"target": "ES2020",
"module": "nodenext",
"lib": ["ES2020"],
"rootDir": "./scripts",
"rootDir": ".",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
@ -12,6 +12,6 @@
"moduleResolution": "nodenext",
"types": ["node"]
},
"include": ["scripts"],
"include": ["scripts", "eslint.config.ts"],
"exclude": ["node_modules", "dist"]
}