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
17 lines
246 B
JSON
17 lines
246 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "./out",
|
|
"experimentalDecorators": true,
|
|
"lib": [
|
|
"es6",
|
|
"es2015.promise",
|
|
"es2019.array",
|
|
"es2020.string",
|
|
"dom"
|
|
]
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
}
|