fix(tscompiler.ts): Update typescript import.
This commit is contained in:
parent
351db828e1
commit
f4209eb4f0
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
'use strict';
|
||||
|
||||
import { GBLog } from 'botlib';
|
||||
import * as ts from 'typescript';
|
||||
import ts from 'typescript';
|
||||
|
||||
/**
|
||||
* Wrapper for a TypeScript compiler.
|
||||
|
|
Loading…
Add table
Reference in a new issue