Advertisement
Guest User

Untitled

a guest
Sep 27th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. {
  2. "compilerOptions": {
  3. "target": "es5",
  4. "module": "system",
  5. "moduleResolution": "node",
  6. "sourceMap": true,
  7. "emitDecoratorMetadata": true,
  8. "experimentalDecorators": true,
  9. "removeComments": false,
  10. "noImplicitAny": false
  11. },
  12. "exclude": [
  13. "node_modules"
  14. ]
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement