mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-14 20:34:30 +01:00
98ad0f55db
Using `path` in web for these cases is ok (but not ideal) because webpack shims it out
8 lines
94 B
JSON
8 lines
94 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {},
|
|
"exclude": [
|
|
"./src/test/**"
|
|
]
|
|
}
|