merge with upstream

This commit is contained in:
Alex Terentiev 2017-06-12 10:33:58 -07:00
parent 5628900165
commit af790287b3
4 changed files with 201 additions and 201 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,15 +1,15 @@
{ {
"compilerOptions": { "compilerOptions": {
"target": "es5", "target": "es5",
"forceConsistentCasingInFileNames": true, "forceConsistentCasingInFileNames": true,
"module": "commonjs", "module": "commonjs",
"jsx": "react", "jsx": "react",
"declaration": true, "declaration": true,
"sourceMap": true, "sourceMap": true,
"types": [ "types": [
"es6-promise", "es6-promise",
"es6-collections", "es6-collections",
"webpack-env" "webpack-env"
] ]
} }
} }

View File

@ -1,8 +1,8 @@
// Type definitions for Microsoft ODSP projects // Type definitions for Microsoft ODSP projects
// Project: ODSP // Project: ODSP
/* Global definition for UNIT_TEST builds /* Global definition for UNIT_TEST builds
Code that is wrapped inside an if(UNIT_TEST) {...} Code that is wrapped inside an if(UNIT_TEST) {...}
block will not be included in the final bundle when the block will not be included in the final bundle when the
--ship flag is specified */ --ship flag is specified */
declare const UNIT_TEST: boolean; declare const UNIT_TEST: boolean;

View File

@ -1 +1 @@
/// <reference path="@ms/odsp.d.ts" /> /// <reference path="@ms/odsp.d.ts" />