David Hartman 9d8044c7d7 Angular msgraph rc (#125)
* initial commit

* initial commit
2017-02-11 02:22:33 +02:00

14 lines
233 B
JSON

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