mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
14 lines
176 B
JSON
14 lines
176 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"lib": [
|
|
"es2015"
|
|
],
|
|
"module": "commonjs",
|
|
"noUnusedLocals": true,
|
|
"outDir": "./out"
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
} |