diff options
Diffstat (limited to 'lib/compilers/_all.js')
-rw-r--r-- | lib/compilers/_all.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compilers/_all.js b/lib/compilers/_all.js index b2c8142bf..d587abc1a 100644 --- a/lib/compilers/_all.js +++ b/lib/compilers/_all.js @@ -75,6 +75,7 @@ export { SPIRVCompiler } from './spirv'; export { SwiftCompiler } from './swift'; export { TenDRACompiler } from './tendra'; export { TinyCCompiler } from './tinyc'; +export { TypeScriptCompiler } from './typescript'; export { VBCompiler } from './dotnet'; export { Win32Compiler } from './win32'; export { Win32VcCompiler } from './win32-vc'; |