Newer
Older
CrypticOreWallet / .vscode / settings.json
@Drew Lemmy Drew Lemmy on 4 Sep 2020 268 bytes feat: credits screen, websocket, lint
{
  "favorites.resources": [
    "node_modules/bootstrap/scss"
  ],
  "scss.aliasPaths": {
    "scss": "src/scss",
    "fontello": "src/fontello",
  },
  "cSpell.words": [
    "Transpiler",
    "esnext",
    "firstseen",
    "keepalive",
    "motd",
    "tsdoc"
  ],
}