mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-20 20:11:13 +00:00
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": {
|
||||
"target": "es5",
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"module": "commonjs",
|
||||
"jsx": "react",
|
||||
"declaration": true,
|
||||
"sourceMap": true,
|
||||
"types": [
|
||||
"es6-promise",
|
||||
"es6-collections",
|
||||
"webpack-env"
|
||||
]
|
||||
}
|
||||
}
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"module": "commonjs",
|
||||
"jsx": "react",
|
||||
"declaration": true,
|
||||
"sourceMap": true,
|
||||
"types": [
|
||||
"es6-promise",
|
||||
"es6-collections",
|
||||
"webpack-env"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
14
samples/react-officegraph/typings/@ms/odsp.d.ts
vendored
14
samples/react-officegraph/typings/@ms/odsp.d.ts
vendored
@ -1,8 +1,8 @@
|
||||
// Type definitions for Microsoft ODSP projects
|
||||
// Project: ODSP
|
||||
|
||||
/* Global definition for UNIT_TEST builds
|
||||
Code that is wrapped inside an if(UNIT_TEST) {...}
|
||||
block will not be included in the final bundle when the
|
||||
--ship flag is specified */
|
||||
// Type definitions for Microsoft ODSP projects
|
||||
// Project: ODSP
|
||||
|
||||
/* Global definition for UNIT_TEST builds
|
||||
Code that is wrapped inside an if(UNIT_TEST) {...}
|
||||
block will not be included in the final bundle when the
|
||||
--ship flag is specified */
|
||||
declare const UNIT_TEST: boolean;
|
2
samples/react-officegraph/typings/tsd.d.ts
vendored
2
samples/react-officegraph/typings/tsd.d.ts
vendored
@ -1 +1 @@
|
||||
/// <reference path="@ms/odsp.d.ts" />
|
||||
/// <reference path="@ms/odsp.d.ts" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user