Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. {
  2. "compilerOptions": {
  3. "target": "es5",
  4. "module": "commonjs",
  5. "moduleResolution": "node",
  6. "sourceMap": true,
  7. "emitDecoratorMetadata": true,
  8. "experimentalDecorators": true,
  9. "lib": [ "es2015", "dom" ],
  10. "noImplicitAny": true,
  11. "suppressImplicitAnyIndexErrors": true,
  12. "watch": false
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement