mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 12:33:35 +01:00
Adopt esbuild for a few more extensions
- extension-editing - terminal-suggest - tunnel-forwarding - php language features
This commit is contained in:
10
extensions/extension-editing/tsconfig.browser.json
Normal file
10
extensions/extension-editing/tsconfig.browser.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {},
|
||||
"exclude": [
|
||||
"./src/test/**"
|
||||
],
|
||||
"files": [
|
||||
"./src/extensionEditingBrowserMain.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user