1
0
mirror of https://github.com/pnp/sp-dev-fx-webparts.git synced 2025-03-05 19:29:48 +00:00
2017-07-21 20:53:19 +03:00

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"
]
}
}