23 lines
388 B
JSON
23 lines
388 B
JSON
{
|
|
"js/ts.implicitProjectConfig.checkJs": true,
|
|
"cSpell.words": [
|
|
"citty",
|
|
"consola",
|
|
"estree",
|
|
"giget",
|
|
"hookable",
|
|
"mcfly",
|
|
"mcflyjs",
|
|
"nitropack",
|
|
"ultrahtml",
|
|
"unstorage"
|
|
],
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/.DS_Store": true,
|
|
"**/Thumbs.db": true,
|
|
"**/coverage": true
|
|
}
|
|
}
|