Merge pull request #12695 from Microsoft/AddEmptyTypes

Add empty `types` list to tsconfig.json
This commit is contained in:
Mohamed Hegazy
2016-12-06 15:12:09 -08:00
committed by GitHub

View File

@@ -11,7 +11,8 @@
"stripInternal": true,
"target": "es5",
"noUnusedLocals": true,
"noUnusedParameters": true
"noUnusedParameters": true,
"types": [ ]
},
"files": [
"core.ts",