Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. {
  2. "compilerOptions": {
  3. "allowJs": true,
  4. "allowSyntheticDefaultImports": true,
  5. "jsx": "preserve",
  6. "lib": ["dom", "es2017"],
  7. "module": "esnext",
  8. "moduleResolution": "node",
  9. "noEmit": true,
  10. "noUnusedLocals": true,
  11. "noUnusedParameters": true,
  12. "preserveConstEnums": true,
  13. "removeComments": false,
  14. "skipLibCheck": true,
  15. "sourceMap": true,
  16. "strict": true,
  17. "target": "esnext"
  18. }
  19. }
  20.  
  21. "scripts": {
  22. "start": "nodemon --exec babel-node src/index.js",
  23. "type-check": "tsc"
  24. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement