1
0
mirror of https://github.com/pnp/sp-dev-fx-webparts.git synced 2025-03-02 09:49:11 +00:00

16 lines
298 B
JSON
Raw Normal View History

{
"compilerOptions": {
"target": "es5",
"forceConsistentCasingInFileNames": true,
"module": "commonjs",
"jsx": "react",
"declaration": true,
"sourceMap": true,
"types": [
"es6-promise",
"es6-collections",
"webpack-env"
]
}
}