Skip to content

Commit

Permalink
fix: add typeRoots to functions/tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepinho committed Mar 19, 2018
1 parent b968d67 commit f27e8cd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion functions/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
"noImplicitReturns": true,
"outDir": "lib",
"sourceMap": true,
"target": "es6"
"target": "es6",
"typeRoots": [
"node_modules/@types"
],
},
"compileOnSave": true,
"include": [
Expand Down

0 comments on commit f27e8cd

Please sign in to comment.