mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-21 10:17:25 +00:00
8 lines
94 B
JSON
8 lines
94 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {},
|
|
"exclude": [
|
|
"./src/test/**"
|
|
]
|
|
}
|