Skip to content

Commit

Permalink
fix(tscompiler.ts): Update typescript import.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanPerdomo committed Jan 5, 2023
1 parent 351db82 commit f4209eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/basic.gblib/services/TSCompiler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
'use strict';

import { GBLog } from 'botlib';
import * as ts from 'typescript';
import ts from 'typescript';

/**
* Wrapper for a TypeScript compiler.
Expand Down

0 comments on commit f4209eb

Please sign in to comment.