dots/shellenv/.tern-config

26 lines
507 B
Plaintext
Raw Normal View History

2024-07-29 03:05:45 +00:00
{
"ecmaVersion": 6,
"libs": [
"browser"
],
"loadEagerly": [
],
"dontLoad": [
"node_modules/**"
],
"plugins": {
"es_modules": {},
"node": {},
"doc_comment": {
"fullDocs": true,
"strong": true
}
}
}