mirror of
https://github.com/microsoft/vscode.git
synced 2026-03-05 00:08:14 +00:00
14 lines
173 B
JSON
14 lines
173 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"outDir": "./out",
|
|
"noUnusedLocals": true,
|
|
"lib": [
|
|
"es5"
|
|
]
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
} |