mirror of
https://github.com/Microsoft/vscode
synced 2024-11-05 18:29:38 +00:00
15 lines
No EOL
266 B
JSON
15 lines
No EOL
266 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"noImplicitAny": false,
|
|
"removeComments": false,
|
|
"preserveConstEnums": true,
|
|
"sourceMap": false,
|
|
"experimentalDecorators": true,
|
|
"newLine": "LF"
|
|
},
|
|
"exclude": [
|
|
"node_modules/**"
|
|
]
|
|
} |