mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-02 16:25:00 +01:00
9 lines
113 B
JSON
9 lines
113 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {},
|
|
"exclude": [
|
|
"./src/node/**",
|
|
"./src/test/**"
|
|
]
|
|
}
|