1
0

add esbuild

This commit is contained in:
2024-02-21 19:59:14 +01:00
parent a9e83968b9
commit 93082884fa
4 changed files with 8 additions and 3 deletions

View File

@@ -5,6 +5,7 @@
"target": "esnext",
"lib": ["esnext"],
"declaration": true,
"emitDeclarationOnly": true,
"strict": true,
"noImplicitAny": true,
"strictNullChecks": true,