diff options
Diffstat (limited to '.vscode/settings.json')
-rw-r--r-- | .vscode/settings.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 6f751e1..4b3f49b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -16,7 +16,7 @@ "**/pnpm-lock.yaml": true, "**/.gitignore": true, "/packages/ctjs/types/*": true, - "**/dist": true, + "**/dist": true }, "css.customData": [".vscode/tailwind.json"], "eslint.lintTask.enable": true, |