javascript - Typescript compile to single file external modules -
i'm trying compile project single js file , definition, compiler doesn't seem correctly.
example: node /home/ian/.m2/repository/com/williamsinteractive/oxygen/gdk-build/0.3.0-dirty/compile/tsc/1.3.0/tsc.js --out test.js -m amd -t es5 -d command.ts
a blank test.js , test.d.ts gets created no code in them.
also command.js , command.d.ts created code in them.
i want able compile classes single .js file , ideally single .d.ts file library imported other projects.
typescript doesn't support --out
external modules. luckily there external tools great job e.g. amd
recommend @ r.js
Comments
Post a Comment