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