build: use esbuild

This commit is contained in:
Michael Kriese 2024-11-08 16:10:51 +01:00
parent d16f12d19b
commit 7aa0719b3d
No known key found for this signature in database
GPG key ID: F8D7748549A5986A
9 changed files with 288 additions and 144 deletions

View file

@ -55,7 +55,7 @@ export default tseslint.config(
},
json.configs.recommended,
{
files: ['**/tsconfig.json'],
files: ['**/tsconfig.json', '**/tsconfig.*.json'],
rules: {
'json/*': ['error', { allowComments: true }],
},