From dc3f1a8b1d6cdb2a8df790de31d6535f5ae31cc9 Mon Sep 17 00:00:00 2001 From: Oliver Akins Date: Sat, 5 Mar 2022 00:35:30 -0600 Subject: [PATCH] Change the common lib from es2020 to commonjs --- common/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/tsconfig.json b/common/tsconfig.json index 3ee9269..cc0605b 100644 --- a/common/tsconfig.json +++ b/common/tsconfig.json @@ -5,7 +5,7 @@ /* Basic Options */ // "incremental": true, /* Enable incremental compilation */ "target": "es6", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', 'ES2021', or 'ESNEXT'. */ - "module": "es2020", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */ + "module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */ // "lib": [], /* Specify library files to be included in the compilation. */ // "allowJs": true, /* Allow javascript files to be compiled. */ // "checkJs": true, /* Report errors in .js files. */