UNPKG
domoto
Version:
latest (1.1.0)
1.1.0
1.0.0
0.1.0
0.0.2
0.0.1
Librería para crear extensiones de Domoto CLI
gitlab.com/jloboprs/domoto
domoto
/
jsconfig.json
12 lines
•
233 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
// See http://go.microsoft.com/fwlink/?LinkId=759670
// for the documentation about the jsconfig.json format
"compilerOptions"
:
{
"target"
:
"es6"
}
,
"exclude"
:
[
"node_modules"
,
"bower_components"
,
"jspm_packages"
]
}