Skip to content

Commit

Permalink
chore(migrate to Angular 10): changes in tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Snehal Kumbhar committed Mar 23, 2021
1 parent abca517 commit 3e206c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Expand Up @@ -7,11 +7,11 @@
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"module": "esnext",
"module": "es2020",
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es2015",
"target": "es2018",
"typeRoots": [
"node_modules/@types"
],
Expand Down

0 comments on commit 3e206c2

Please sign in to comment.