mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-27 13:40:25 +00:00
20 lines
331 B
JSON
20 lines
331 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"lib": [
|
|
"es5",
|
|
"es2015.promise"
|
|
],
|
|
"outDir": "./out",
|
|
"sourceMap": true,
|
|
"strictNullChecks": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitReturns": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |