Revision 923ed43a08aa8d3ffbb0e1569bf55c5de37f1fef authored by Sehi L'Yi on 21 January 2021, 22:36:21 UTC, committed by Sehi L'Yi on 21 January 2021, 22:36:21 UTC
1 parent d5aeca9
Raw File
.tern-project
{
    "ecmaVersion": 6,
    "libs": [
        "d3",
        "jquery"
    ],
    "loadEagerly": [
        "app/scripts/*.js"
    ],
    "dontLoad": [
    ],
    "plugins": {
        "complete_strings": {},
        "node": {},
        "angular": {},
        "requirejs": {
            "baseURL": "./",
            "paths": {}
        },
        "modules": {},
        "es_modules": {},
        "doc_comment": {
            "fullDocs": true
        }
    }
}
back to top