forked from Esri/storymap-crowdsource
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.tern-project
38 lines (38 loc) · 903 Bytes
/
.tern-project
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"ecmaVersion": 6,
"libs": [
"browser",
"jquery"
],
"loadEagerly": [
"path/to/your/js/**/*.js"
],
"dontLoad": [
"path/to/your/js/**/*.js"
],
"plugins": {
"complete_strings": {},
"node": {},
"requirejs": {
"baseURL": "./src",
"paths": {
"dojo": "empty:",
"esri": "empty:",
"dijit": "empty:",
"dojox": "empty:",
"translations": "empty:",
"babel": "../build/app",
"lib": "lib",
"jquery": "lib/jquery/dist/jquery",
"velocity": "lib/velocity/velocity",
"react": "lib/react/build/react-with-addons",
"reactDom": "lib/react/build/react-dom",
"bootstrap": "lib/bootstrap-sass/assets/javascripts/bootstrap",
"mode": "../build/app/utils/amd/plugins/AppMode",
"i18n": "lib/i18n/i18n"
}
},
"modules": {},
"es_modules": {}
}
}