merge with upstream
This commit is contained in:
parent
5628900165
commit
af790287b3
File diff suppressed because one or more lines are too long
|
@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
|
@ -1 +1 @@
|
||||||
/// <reference path="@ms/odsp.d.ts" />
|
/// <reference path="@ms/odsp.d.ts" />
|
||||||
|
|
Loading…
Reference in New Issue