diff --git a/lom/tsconfig.json b/lom/tsconfig.json index 50c1f77..99ab26e 100644 --- a/lom/tsconfig.json +++ b/lom/tsconfig.json @@ -3,6 +3,10 @@ "target": "es2021", "module": "es2022", "moduleResolution": "node", + + "lib": [ + "es2021" + ], "outDir": "./out", "rootDir": "./src",