Files
vscode/extensions/npm/tsconfig.browser.json
Matt Bierner 2e81391ad3 Adopt esbuild instead of webpack for a few more extensions
Adopting for configuration-editing, emmet, grunt, jake, and npm
2026-02-12 12:31:13 -08:00

11 lines
138 B
JSON

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