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

10 lines
145 B
JSON
Raw Normal View History

2016-11-03 05:45:39 -04:00
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"jsx": "react",
"declaration": true,
"sourceMap": true
}
}