mirror of
https://github.com/Microsoft/vscode
synced 2024-10-31 10:00:51 +00:00
16 lines
No EOL
225 B
JSON
16 lines
No EOL
225 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"outDir": "./out",
|
|
"noUnusedLocals": true,
|
|
"sourceMap": true,
|
|
"lib": [
|
|
"es5", "es2015.promise"
|
|
],
|
|
"strict": true
|
|
},
|
|
"include": [
|
|
"src"
|
|
]
|
|
} |