Files
vscode/build/buildConfig.ts
Johannes 696c09b061 add
2026-02-09 10:53:56 +01:00

13 lines
618 B
TypeScript

/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
/**
* When `true`, self-hosting uses esbuild for fast transpilation (build/next)
* and gulp-tsb only for type-checking (`noEmit`).
*
* When `false`, gulp-tsb does both transpilation and type-checking (old behavior).
*/
export const useEsbuildTranspile = true;