Skip to content

Commit

Permalink
add dom to tsconfig for browser check
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhenliu-gg5 committed Sep 30, 2019
1 parent 5b98dae commit c179f97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/typescript_gapic/tsconfig.json.njk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"compilerOptions": {
"rootDir": ".",
"outDir": "build",
"resolveJsonModule": true
"resolveJsonModule": true,
"lib": ["es2016", "dom"]
},
"include": [
"src/*.ts",
Expand Down

0 comments on commit c179f97

Please sign in to comment.