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
12 lines
166 B
JSON
12 lines
166 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist/",
|
|
"jsx": "react",
|
|
"lib": [
|
|
"es2018",
|
|
"DOM",
|
|
"DOM.Iterable"
|
|
]
|
|
}
|
|
}
|