Files
vscode/extensions/vscode-test-resolver/tsconfig.browser.json
Matt Bierner 2d9e484c8e Switch most remaining extensions to use esbuild
Just 3 left:

- git and github. These are doing weird stuff with d.ts imports and const enums

- github-authentication  which has some tricky path mapping stuff
2026-02-19 11:12:46 -08:00

11 lines
141 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {},
"exclude": [
"./src/test/**"
],
"files": [
"./src/extension.browser.ts"
]
}