mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-08 05:58:36 +00:00
874f0ebd8f
* Initial Webpart generation * Added Localization Strings for Color Properties * Added PnP SPFx Property Controls package * Added SVG and color properties * Added height property and reset button * Icon and Name update * Additional Comments * Updated ReadMe
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"
|
|
]
|
|
}
|
|
}
|