mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
TypeScript builder adoption
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"autoDiagnostics": true,
|
||||
"compilerOptions": {
|
||||
"module": "amd",
|
||||
"noImplicitAny": false,
|
||||
@@ -6,6 +7,7 @@
|
||||
"preserveConstEnums": true,
|
||||
"target": "es5",
|
||||
"sourceMap": false,
|
||||
"experimentalDecorators": true
|
||||
"experimentalDecorators": true,
|
||||
"declaration": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user