Files
vscode/src/tsconfig.json
Erich Gamma 8f35cc4768 Hello Code
2015-11-13 14:39:38 +01:00

15 lines
323 B
JSON

{
"compilerOptions": {
"module": "amd",
"noImplicitAny": false,
"removeComments": false,
"preserveConstEnums": true,
"target": "ES5",
"sourceMap": false,
"experimentalDecorators": true
},
"exclude": [
"vs/languages/typescript/common/lib/lib.es6.d.ts",
"vs/languages/typescript/common/lib/lib.d.ts"
]
}