|
|
|
|
|
by santialbo
4624 days ago
|
|
TypeScript doesn't handle dependencies. The <reference> tag is just for the compiler to know where to find the type definitions you are using in a file. For proper dependency handling you still need to use something like RequireJS. |
|