This commit is contained in:
Andras Schmelczer 2025-02-23 10:12:33 +00:00
parent a2b7ad2a19
commit 0bf5f024ea
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
2 changed files with 33 additions and 38 deletions

View file

@ -5,12 +5,7 @@
"target": "ES2022",
"module": "CommonJS",
"esModuleInterop": true,
"lib": [
"DOM",
"ESNext"
]
"lib": ["DOM", "ESNext"]
},
"exclude": [
"./dist"
]
"exclude": ["./dist"]
}