UNPKG
ts-repository
Version:
latest (0.0.2)
0.0.2
0.0.1
Repository template interfaces and stub in-memory implementation
github.com/nyrkovalex/ts-repository
ts-repository
/
.vscode
/
settings.json
9 lines
•
190 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
// Place your settings in this file to overwrite default and user settings.
{
"files.exclude"
:
{
"**/.git"
:
true
,
"js"
:
true
,
"node_modules"
:
true
,
"ts/typings"
:
true
}
}