mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
13 lines
232 B
JSON
13 lines
232 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist/",
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"jsx": "react",
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"strictBindCallApply": true,
|
|
"noImplicitAny": true,
|
|
"noUnusedLocals": true
|
|
}
|
|
} |