mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00:00
11 lines
138 B
JSON
11 lines
138 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {},
|
|
"exclude": [
|
|
"./src/test/**"
|
|
],
|
|
"files": [
|
|
"./src/npmBrowserMain.ts"
|
|
]
|
|
}
|