mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00:00
10 lines
123 B
JSON
10 lines
123 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": [],
|
|
"typeRoots": [
|
|
"./node_modules/@types"
|
|
]
|
|
}
|
|
}
|