| # Default settings for TypeScript Compiler |
| compilers=&tsc |
| compilerType=typescript |
| versionFlag=--version |
| |
| group.tsc.compilers=tsc_jit_gc:tsc_jit_nogc |
| compiler.tsc_jit_gc.exe=/opt/compiler-explorer/tsc-0.0-pre-alpha20/bin/tsc |
| compiler.tsc_jit_gc.sharedlibs=/opt/compiler-explorer/tsc-0.0-pre-alpha20/bin/lib/libTypeScriptRuntime.so |
| compiler.tsc_jit_gc.name=TypeScript JIT (GC) |
| compiler.tsc_jit_nogc.exe=/opt/compiler-explorer/tsc-0.0-pre-alpha20/bin/tsc |
| compiler.tsc_jit_nogc.sharedlibs= |
| compiler.tsc_jit_nogc.name=TypeScript JIT (No GC) |
| |
| defaultCompiler=tsc_jit_gc |
| supportsBinary=false |
| supportsExecute=true |
| interpreted=true |
| |