evm: fixes tsconfig

This commit is contained in:
Sebastián Claudio Nale 2024-01-12 13:47:35 -03:00
parent 3bc5d948d0
commit 179eddc5ac
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"compilerOptions": {
"outdir": "build",
"outDir": "build",
"types": ["node", "mocha", "chai"],
"typeRoots": ["./node_modules/@types"],
"lib": ["ES2022", "dom"],