diff --git a/compiler/tsconfig.json b/compiler/tsconfig.json index 120e849c9..ed87293a4 100644 --- a/compiler/tsconfig.json +++ b/compiler/tsconfig.json @@ -1,6 +1,7 @@ { "compilerOptions": { "target": "ES2016", + "lib": [ "ES2016" ], "module": "commonjs", "moduleResolution": "node", "declaration": true,