Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. {
  2. "compilerOptions": {
  3. "declaration": false,
  4. "emitDecoratorMetadata": true,
  5. "experimentalDecorators": true,
  6. "lib": ["es6", "dom"],
  7. "mapRoot": "./",
  8. "module": "es6",
  9. "moduleResolution": "node",
  10. "noImplicitAny": false,
  11. "outDir": "../resources/static/out-tsc",
  12. "sourceMap": true,
  13. "target": "es6",
  14. "typeRoots": [
  15. "../../../node_modules/@types"
  16. ]
  17. }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement