Guest User

Untitled

a guest
Jan 20th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. {
  2. "compilerOptions": {
  3. "target": "es5",
  4. "lib": ["dom", "es2015"],
  5. "module": "es2015",
  6. "moduleResolution": "node",
  7. "experimentalDecorators": true,
  8. "noImplicitAny": false,
  9. "noImplicitThis": false,
  10. "strictNullChecks": true,
  11. "removeComments": true,
  12. "suppressImplicitAnyIndexErrors": true,
  13. "allowSyntheticDefaultImports": true,
  14. "allowJs": true,
  15. "baseUrl": ".",
  16. "paths": {
  17. "~/*": ["./*"]
  18. }
  19. }
  20. }
Add Comment
Please, Sign In to add comment