This commit is contained in:
Luiz H. R. Silva 2024-07-11 09:01:49 -03:00
parent 87acc3b562
commit 6cbf5172b8
4 changed files with 7 additions and 5 deletions

View file

@ -3,7 +3,7 @@
"outDir": "dist",
"esModuleInterop": true,
"noImplicitAny": true,
"target": "ESNext",
"target": "ES2020",
"jsx": "react",
"declaration": true,
"declarationDir": "dist",