chore: Update eslint configuration and dependencies

This commit is contained in:
C4illin 2024-08-05 21:25:35 +02:00
parent 1e9bde18c7
commit 3f79ccaa2a
6 changed files with 55 additions and 57 deletions

View file

@ -1,8 +1,8 @@
{
"compilerOptions": {
"lib": ["ESNext"],
"module": "esnext",
"target": "esnext",
"module": "ESNext",
"target": "ES2021",
"moduleResolution": "bundler",
"moduleDetection": "force",
"allowImportingTsExtensions": true,