Skip to content

Commit

Permalink
fix: type conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoBorzi committed Apr 14, 2019
1 parent 20e1e89 commit a2971bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig-serve.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es5",
"typeRoots": [
"node_modules/@types"
"types": [
"node"
],
"lib": [
"es2017",
Expand Down

0 comments on commit a2971bf

Please sign in to comment.