Files
vscode/extensions/git-base/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

8 lines
94 B
JSON

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