mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-24 03:35:38 +00:00
8 lines
89 B
JSON
8 lines
89 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"exclude": [
|
|
"./src/node/**",
|
|
"./src/test/**"
|
|
]
|
|
}
|