Advertisement
Guest User

Untitled

a guest
May 30th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. {
  2. "compileOnSave": false,
  3. "compilerOptions": {
  4. "declaration": false,
  5. "emitDecoratorMetadata": true,
  6. "experimentalDecorators": true,
  7. "mapRoot": "",
  8. "module": "commonjs",
  9. "moduleResolution": "node",
  10. "noEmitOnError": true,
  11. "noImplicitAny": false,
  12. "outDir": "../dist/",
  13. "rootDir": ".",
  14. "sourceMap": true,
  15. "target": "es5",
  16. "inlineSources": true
  17. },
  18.  
  19. "files": [
  20. "main.ts",
  21. "typings.d.ts"
  22. ]
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement