Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. {
  2. "compilerOptions": {
  3. "noImplicitAny": false,
  4. "noEmitOnError": true,
  5. "removeComments": false,
  6. "sourceMap": false,
  7. "target": "es5",
  8. "strictNullChecks": true,
  9. },
  10. "compileOnSave": true,
  11. "exclude": [
  12. "node_modules",
  13. "wwwroot"
  14. ]
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement