luisruiz

Untitled

Aug 8th, 2019
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. {
  2. "compileOnSave": false,
  3. "include": [
  4. "src/**/*.ts"
  5. ],
  6. "compilerOptions": {
  7. "baseUrl": "./src",
  8. "importHelpers": true,
  9. "outDir": "./dist/out-tsc",
  10. "sourceMap": true,
  11. "declaration": true,
  12. "composite": true,
  13. "module": "esnext",
  14. "resolveJsonModule": true,
  15. "moduleResolution": "node",
  16. "emitDecoratorMetadata": true,
  17. "experimentalDecorators": true,
  18. "downlevelIteration": true,
  19. "paths": {
  20. "@fuse": [
  21. "@fuse/"
  22. ] },
  23. "target": "es5",
  24. "typeRoots": [
  25. "node_modules/@types"
  26. ],
  27. "lib": [
  28. "es2017",
  29. "dom"
  30. ],
  31.  
  32.  
  33. }
  34. }
Advertisement
Add Comment
Please, Sign In to add comment