1
0
mirror of https://github.com/pnp/sp-dev-fx-webparts.git synced 2025-03-08 21:01:46 +00:00
2016-09-19 13:07:07 +02:00

10 lines
145 B
JSON

{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"jsx": "react",
"declaration": true,
"sourceMap": true
}
}