UNPKG
datastore-backup
Version:
latest (1.0.15)
1.0.15
1.0.13
1.0.12
1.0.10
1.0.9
1.0.8
1.0.7
1.0.5
1.0.4
1.0.2
1.0.0
Programatic Backup of Google Cloud Datastore
mdornseif/datastore-backup
datastore-backup
/
.vscode
/
settings.json
8 lines
(7 loc)
•
225 B
JSON
View Raw
1
2
3
4
5
6
7
8
{
"cSpell.userWords"
:
[
]
,
// only use words from .cspell.json
"cSpell.enabled"
:
true
,
"editor.formatOnSave"
:
true
,
"typescript.tsdk"
:
"node_modules/typescript/lib"
,
"typescript.enablePromptUseWorkspaceTsdk"
:
true
}