Guest User

Untitled

a guest
Dec 15th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. "compilerOptions": {
  2. "outDir": "./dist/out-tsc",
  3. "sourceMap": true,
  4. "declaration": false,
  5. "moduleResolution": "node",
  6. "emitDecoratorMetadata": true,
  7. "experimentalDecorators": true,
  8. "target": "es5",
  9. "typeRoots": [
  10. "node_modules/@types"
  11. ],
  12. "lib": [
  13. "es6",
  14. "dom"
  15. ]
Add Comment
Please, Sign In to add comment