2015-06-20から1日間の記事一覧

Express4 + TypeScript

以下を利用すれば可能だけど、いつまで保守されるか分からないので修正する手順を残しておく。 最終的な修正結果は以下と同じになります。 https://github.com/czechboy0/Express-4x-Typescript-Sample npm install をする前に jsファイルをtsファイルに変換…

express 4 + node + typescript で typings/node/node.d.ts(255,26): error TS2304: Cannot find name 'DataView'. のエラー

以下のエラーが出た。typings/node/node.d.ts(255,26): error TS2304: Cannot find name 'DataView'. typings/node/node.d.ts(269,21): error TS2304: Cannot find name 'Map'. typings/node/node.d.ts(278,21): error TS2304: Cannot find name 'Set'. typi…