Guest User

Untitled

a guest
Oct 20th, 2016
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.37 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.     "outDir": "../dist/out-tsc",
  11.     "sourceMap": true,
  12.     "target": "es5",
  13.     "typeRoots": [
  14.       "../node_modules/@types"
  15.     ]
  16.   }
  17. }
Add Comment
Please, Sign In to add comment