Skip to content

Commit

Permalink
fix: update build target
Browse files Browse the repository at this point in the history
  • Loading branch information
HitkoDev committed May 24, 2021
1 parent 50948cf commit 47dde96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions projects/nxt-color-picker/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"compilerOptions": {
"outDir": "../../out-tsc/lib",
"declarationMap": true,
"target": "es2015",
"target": "es2017",
"declaration": true,
"inlineSources": true,
"types": [],
"lib": [
"dom",
"es2018"
"es2017"
]
},
"angularCompilerOptions": {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"module": "es2020",
"target": "es2015",
"target": "es2017",
"importHelpers": true,
"downlevelIteration": true,
"typeRoots": [
Expand Down

0 comments on commit 47dde96

Please sign in to comment.