diff options
author | Claire <claire.github-309c@sitedethib.com> | 2022-12-04 17:37:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-04 17:37:34 +0100 |
commit | e7ff8111b1c1bcb2cca24d3f91d29a02f2537ffd (patch) | |
tree | 6169807576045d13349e0b58c6b65c727df61fb8 /jsconfig.json | |
parent | 2cabc5d188ee5b5c7bea808c58500d2c74e4b087 (diff) | |
parent | 3be6aff1a8aa92a6c4a6ec9d857778c328a34b47 (diff) |
Merge pull request #1991 from ClearlyClaire/glitch-soc/merge-upstream
Glitch soc/merge upstream
Diffstat (limited to 'jsconfig.json')
-rw-r--r-- | jsconfig.json | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/jsconfig.json b/jsconfig.json index 7471fb9db..d52816a98 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -13,10 +13,5 @@ "strict": false, "target": "ES2022" }, - "exclude": [ - "**/build/*", - "**/node_modules/*", - "**/public/*", - "**/vendor/*" - ] + "exclude": ["**/build/*", "**/node_modules/*", "**/public/*", "**/vendor/*"] } |