| commit | 5abb274a18081867fc491fae432c2208d3ead2df | [log] [tgz] |
|---|---|---|
| author | Barath Kumar R <barath.r@tataelxsi.co.in> | Sun Nov 22 20:15:10 2020 +0530 |
| committer | Barath Kumar R <barath.r@tataelxsi.co.in> | Tue Nov 24 10:02:45 2020 +0530 |
| tree | f76ac0d3a93b30443847d5d73cef0c44196c0920 | |
| parent | 0b9e875c3f6997302e4e82718b4369daab69726a [diff] [blame] |
Build fail Fix for NG-UI * Updated angular from 9 to 11 Change-Id: I935283cbef382288d9d7dcfe9af125b0020f059e Signed-off-by: Barath Kumar R <barath.r@tataelxsi.co.in>
diff --git a/tsconfig.json b/tsconfig.json index ba5b667..7bac1a3 100644 --- a/tsconfig.json +++ b/tsconfig.json
@@ -7,7 +7,7 @@ "outDir": "./dist/out-tsc", "sourceMap": true, "declaration": false, - "module": "esnext", + "module": "es2020", "moduleResolution": "node", "emitDecoratorMetadata": true, "experimentalDecorators": true,