fix(tscompiler.ts): Update typescript import.

This commit is contained in:
Alan Perdomo 2023-01-04 22:11:30 -03:00
parent 351db828e1
commit f4209eb4f0

View file

@ -37,7 +37,7 @@
'use strict';
import { GBLog } from 'botlib';
import * as ts from 'typescript';
import ts from 'typescript';
/**
* Wrapper for a TypeScript compiler.