blob: 5d7e0f58d39a90990fcaad74da582286744eb72b [file] [log] [blame] [raw]
# 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/bin/tsc
compiler.tsc_jit_gc.sharedlibs=/opt/compiler-explorer/tsc/bin/lib/libTypeScriptRuntime.so
compiler.tsc_jit_gc.name=TypeScript JIT (GC)
compiler.tsc_jit_nogc.exe=/opt/compiler-explorer/tsc/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