Files
vscode/extensions/html-language-features/server/tsconfig.browser.json
Matt Bierner d36696b482 Esbuild the html and json extensions
Switches from webpack to esbuild
2026-02-19 00:33:01 -08:00

8 lines
89 B
JSON

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