mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 12:33:35 +01:00
consolidate build package.json
This commit is contained in:
@@ -1,17 +1,15 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"module": "commonjs",
|
||||
"noImplicitAny": false,
|
||||
"removeComments": false,
|
||||
"preserveConstEnums": true,
|
||||
"target": "es5",
|
||||
"sourceMap": false,
|
||||
"experimentalDecorators": true,
|
||||
"noLib": true,
|
||||
"newLine": "LF"
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"./lib/watch/node_modules/**/*"
|
||||
"node_modules/**"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user