.tern-project 79 B

12345678
  1. {
  2. "loadEagerly": [
  3. "index.js"
  4. ],
  5. "plugins": {
  6. "node": true
  7. }
  8. }