package: migrate to ES modules
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { spawn } from 'child_process';
|
||||
import * as cmake from 'lyc/commands/cmake';
|
||||
import * as cmake from './commands/cmake.js';
|
||||
import path from 'path';
|
||||
|
||||
export interface TestSuiteConfigOptions {
|
||||
|
||||
Reference in New Issue
Block a user