mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
10 lines
152 B
JSON
10 lines
152 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist/",
|
|
"noImplicitAny": true,
|
|
"module": "es6",
|
|
"target": "es6",
|
|
"jsx": "react",
|
|
"sourceMap": true
|
|
}
|
|
} |