Guest User

Untitled

a guest
Feb 22nd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 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. "removeComments": false,
  10. "noImplicitAny": false,
  11. "lib": ["dom","es2015"]
  12. },
  13. "compileOnSave": true,
  14. "exclude": [
  15. "node_modules/*",
  16. "app/boot-aot.ts"
  17. ]
  18. }
Add Comment
Please, Sign In to add comment