1
0
mirror of https://github.com/pnp/sp-dev-fx-webparts.git synced 2025-03-07 12:19:24 +00:00

16 lines
279 B
JSON
Raw Normal View History

2017-05-06 11:42:34 -04:00
{
"compilerOptions": {
"target": "es5",
"forceConsistentCasingInFileNames": true,
"module": "commonjs",
"jsx": "react",
"declaration": true,
"sourceMap": true,
"types": [
"es6-promise",
"es6-collections",
"webpack-env"
]
}
}