diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 9fe73c970..485990eb7 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -19,9 +19,9 @@ "rangav.vscode-thunder-client", "SonarSource.sonarlint-vscode", "unifiedjs.vscode-mdx", - "ZihanLi.at-helper", - ], - }, + "ZihanLi.at-helper" + ] + } }, // Use 'forwardPorts' to make a list of ports inside the container available locally. @@ -30,12 +30,12 @@ "portsAttributes": { "1200": { "label": "app port", - "onAutoForward": "notify", + "onAutoForward": "notify" }, "3000": { "label": "docs port", - "onAutoForward": "notify", - }, + "onAutoForward": "notify" + } }, "onCreateCommand": "sudo apt-get update && export DEBIAN_FRONTEND=noninteractive && sudo apt-get -y install --no-install-recommends ca-certificates fonts-liberation libasound2 libatk-bridge2.0-0 libatk1.0-0 libatspi2.0-0 libcairo2 libcups2 libdbus-1-3 libexpat1 libgbm1 libglib2.0-0 libnspr4 libnss3 libpango-1.0-0 libx11-6 libxcb1 libxcomposite1 libxdamage1 libxext6 libxfixes3 libxkbcommon0 libxrandr2 wget xdg-utils redis-server && sudo apt-get autoremove -y && sudo apt-get clean -y && sudo rm -rf /var/lib/apt/lists/*", @@ -55,10 +55,10 @@ "remoteUser": "node", "features": { "ghcr.io/devcontainers/features/docker-in-docker": { - "version": "latest", + "version": "latest" }, "ghcr.io/devcontainers/features/github-cli": { - "version": "latest", - }, - }, + "version": "latest" + } + } } diff --git a/jsconfig.json b/jsconfig.json index 4586de100..716d74ded 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -2,8 +2,8 @@ "compilerOptions": { "baseUrl": ".", "paths": { - "@/*": ["./lib/*"], - }, + "@/*": ["./lib/*"] + } }, - "include": ["./lib/**/*"], + "include": ["./lib/**/*"] }