mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-07 13:38:39 +00:00
54c391cecd
* first commit * some corrections * added textfield to pass the parameters dinamically * implemented list to display external users * changing the UI style * fixed bug on the detail list * label name modified * Add files via upload * Delete upcoming-meetings-preview.png * Update README.md * some changes * added twitter and blog
18 lines
329 B
JSON
18 lines
329 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"forceConsistentCasingInFileNames": true,
|
|
"module": "commonjs",
|
|
"jsx": "react",
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"experimentalDecorators": true,
|
|
"types": [
|
|
"adal",
|
|
"es6-promise",
|
|
"es6-collections",
|
|
"webpack-env"
|
|
]
|
|
}
|
|
}
|