main funcions fixes
This commit is contained in:
6
desktop-operator/node_modules/config-file-ts/dist/tsCompile.d.ts
generated
vendored
Normal file
6
desktop-operator/node_modules/config-file-ts/dist/tsCompile.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import * as ts from "typescript";
|
||||
export interface CompileResult {
|
||||
localSources: string[];
|
||||
compiled: boolean;
|
||||
}
|
||||
export declare function tsCompile(fileNames: string[], options: ts.CompilerOptions): CompileResult;
|
||||
Reference in New Issue
Block a user