mirror of
https://github.com/Microsoft/vscode
synced 2024-11-05 18:29:38 +00:00
119581fc2a
This enables Intellisense in the `tsconfig.base` file
9 lines
117 B
JSON
9 lines
117 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "./out"
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
}
|