Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. {
  2. "version": "2.4.2",
  3. "compilerOptions": {
  4. "lib": ["es5", "es6"],
  5. "target": "es6",
  6. "module": "commonjs",
  7. "moduleResolution": "node",
  8. "emitDecoratorMetadata": true,
  9. "experimentalDecorators": true,
  10. "sourceMap": true,
  11. "outDir": "build"
  12. },
  13. "exclude": [
  14. "node_modules"
  15. ]
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement