mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-07 13:38:39 +00:00
db3a0653a2
* added wp base * started on adding redux * removed immutable to start with * initial code working (redux, immutable) * get lists, basic add new list ready * basic code using redux and immutable js ready * comments * image and readme * readme update * updated image * appease the linter * added comments * changed folder name * updated gif * typo in layouts path * link to blog and telemetry
18 lines
338 B
JSON
18 lines
338 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"forceConsistentCasingInFileNames": true,
|
|
"module": "commonjs",
|
|
"jsx": "react",
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"experimentalDecorators": true,
|
|
"skipLibCheck": true,
|
|
"types": [
|
|
"es6-promise",
|
|
"es6-collections",
|
|
"webpack-env"
|
|
]
|
|
}
|
|
}
|