Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 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": true,
  11. "suppressImplicitAnyIndexErrors": true,
  12. "isolatedModules": false,
  13. "baseUrl": ".",
  14. "paths": {
  15. "components/*": [
  16. "app/Components/"
  17. ],
  18. "models/*": [
  19. "app/Models/"
  20. ],
  21. "service/*": [
  22. "app/Services/"
  23. ]
  24. }
  25. },
  26. "exclude": [
  27. "node_modules",
  28. "wwwroot"
  29. ],
  30. "compileOnSave": true
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement