diff --git a/web/tsconfig.json b/web/tsconfig.json index b83adfe..a480233 100644 --- a/web/tsconfig.json +++ b/web/tsconfig.json @@ -1,7 +1,16 @@ { "ts-node": { "compilerOptions": { - "module": "commonjs" + "module": "commonjs", + "target": "es5", + "lib": [ + "dom", + "dom.iterable", + "esnext" + ], + "types": [ + "node" + ] } }, "compilerOptions": {