Skip to content

Commit

Permalink
Add text encoding types.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongrout authored and pganssle committed Mar 28, 2018
1 parent 2475334 commit f1d578b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/controls/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"@types/mathjax": "0.0.31",
"@types/mocha": "^2.2.41",
"@types/node": "^8.0.1",
"@types/text-encoding": "^0.0.32",
"chai": "^4.0.0",
"css-loader": "^0.28.4",
"expect.js": "^0.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/controls/src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"declaration": true,
//"noImplicitAny": true,
"lib": ["dom", "es5", "es2015.promise", "es2015.iterable"],
"types": ["mathjax", "node"],
"types": ["mathjax", "node", "text-encoding"],
"noEmitOnError": true,
"module": "commonjs",
"moduleResolution": "node",
Expand Down

0 comments on commit f1d578b

Please sign in to comment.