sp-dev-fx-webparts/samples/react-multipage/tsconfig.json

10 lines
145 B
JSON
Raw Normal View History

2016-11-22 08:46:35 -05:00
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"jsx": "react",
"declaration": true,
"sourceMap": true
}
}