mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-14 23:18:36 +00:00
- Make sure we still always type check using `tsgo --noEmit` - Align names of esbuild files - Convert all esbuild files to typescript. We use the `.mts` extension to avoid annoying node warnings about using pacakges
11 lines
141 B
JSON
11 lines
141 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {},
|
|
"exclude": [
|
|
"./src/test/**"
|
|
],
|
|
"files": [
|
|
"./src/extension.browser.ts"
|
|
]
|
|
}
|