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