Advertisement
Guest User

Untitled

a guest
Mar 21st, 2019
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. {
  2. "compilerOptions": {
  3. "module": "commonjs",
  4. "declaration": true,
  5. "removeComments": true,
  6. "emitDecoratorMetadata": true,
  7. "experimentalDecorators": true,
  8. "target": "es6",
  9. "sourceMap": true,
  10. "outDir": "./dist",
  11. "baseUrl": "./"
  12. },
  13. "exclude": ["node_modules"]
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement