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