UNPKG
@epicallan/js-to-ts
Version:
latest (1.1.3)
1.1.3
1.1.1
1.1.0
1.0.6
1.0.5
1.0.4
1.0.3
simple graphql framework @devinit
github.com/epicallan/js-to-ts
epicallan/js-to-ts
@epicallan/js-to-ts
/
.vscode
/
settings.json
13 lines
•
322 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
// Place your settings in this file to overwrite default and user settings.
{
"files.exclude"
:
{
"**/.git"
:
true
,
"**/.svn"
:
true
,
"**/.hg"
:
true
,
"**/CVS"
:
true
,
"**/.DS_Store"
:
true
,
"**/node_modules"
:
true
,
"**/dist"
:
true
,
"**/coverage"
:
true
}
}