Skip to content

Instantly share code, notes, and snippets.

@na2hiro
Created July 24, 2015 05:27
Show Gist options
  • Save na2hiro/f1b5e286b56d8979329b to your computer and use it in GitHub Desktop.
Save na2hiro/f1b5e286b56d8979329b to your computer and use it in GitHub Desktop.
import mod = require('./mod');
console.log(mod.version);
export declare var version: number; // このファイルが必要
module.exports.version=100;
@na2hiro
Copy link
Author

na2hiro commented Jul 24, 2015

mod.d.tsがない場合

$ tsc --module commonjs main.ts
main.ts(1,22): error TS2307: Cannot find external module './mod'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment