eng - use esModuleInterop for extensions

This commit is contained in:
Johannes
2024-10-01 21:57:30 +02:00
parent f09184ceb7
commit e6f315d2fc
15 changed files with 17 additions and 16 deletions

View File

@@ -2,7 +2,7 @@
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
import * as assert from 'assert';
import assert from 'assert';
import * as words from '../utils/strings';
import * as fs from 'fs';
import * as path from 'path';