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