David Hartman 7c44cf7f93 Angular aad webapi (#85)
* initial commit

* updated readme.md
2017-01-06 17:02:36 +02:00

10 lines
145 B
JSON

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