From 346800b9ca1d9c6a565bc58f0b8058ea87421626 Mon Sep 17 00:00:00 2001 From: Mikyo King Date: Tue, 2 Jan 2024 14:57:20 -0700 Subject: [PATCH] add to lib --- js/tsconfig.base.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/js/tsconfig.base.json b/js/tsconfig.base.json index 2dd262a2f..571e6e76e 100644 --- a/js/tsconfig.base.json +++ b/js/tsconfig.base.json @@ -12,7 +12,9 @@ /* Language and Environment */ "target": "es2016" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */, - // "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */ + "lib": [ + "esnext" + ] /* Specify a set of bundled library declaration files that describe the target runtime environment. */, // "jsx": "preserve", /* Specify what JSX code is generated. */ // "experimentalDecorators": true, /* Enable experimental support for legacy experimental decorators. */ // "emitDecoratorMetadata": true, /* Emit design-type metadata for decorated declarations in source files. */