mirror of
https://github.com/microsoft/vscode.git
synced 2026-03-03 15:29:23 +00:00
11 lines
141 B
JSON
11 lines
141 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {},
|
|
"exclude": [
|
|
"./src/test/**"
|
|
],
|
|
"files": [
|
|
"./src/extension.browser.ts"
|
|
]
|
|
}
|