mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-27 13:40:25 +00:00
15 lines
216 B
JSON
15 lines
216 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"lib": [
|
|
"es2016"
|
|
],
|
|
"module": "commonjs",
|
|
"outDir": "./out",
|
|
"strictNullChecks": true,
|
|
"experimentalDecorators": true
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |