mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-07 21:48:24 +00:00
* Initial commit * Update README.md * fix casing of NameId, NameIdIssuer * show name or email * fix headerHeight on popouts * include Prinipal Type wuth site users * show users or groups * add images * setup default config * readme * readme * readme * show only lists in user selection * stylin! * mo stylin' * use folder icons * added loading spinner * comments on AD Groups * remove graph call for AD groups for now
17 lines
315 B
JSON
17 lines
315 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"forceConsistentCasingInFileNames": true,
|
|
"module": "commonjs",
|
|
"jsx": "react",
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"experimentalDecorators": true,
|
|
"types": [
|
|
"es6-promise",
|
|
"es6-collections",
|
|
"webpack-env"
|
|
]
|
|
}
|
|
}
|