.tern-project 318 B

123456789101112131415161718192021
  1. {
  2. "ecmaVersion": 7,
  3. "libs": [],
  4. "loadEagerly": [
  5. "./src/*.js"
  6. ],
  7. "dontLoad": [
  8. "node_modules/**"
  9. ],
  10. "plugins": {
  11. "es_modules": {},
  12. "node": {},
  13. "doc_comment": {
  14. "fullDocs": true,
  15. "strong": true
  16. },
  17. "webpack": {
  18. "configPath": "./webpack.config.js",
  19. }
  20. }
  21. }