mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-22 10:46:11 +00:00
8 lines
111 B
JSON
8 lines
111 B
JSON
{
|
|
"extends": "../../shared.tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist/",
|
|
"jsx": "react"
|
|
}
|
|
}
|