diff options
author | Elizabeth Hunt <me@liz.coffee> | 2025-07-27 22:54:50 -0700 |
---|---|---|
committer | Elizabeth Hunt <me@liz.coffee> | 2025-07-27 23:34:57 -0700 |
commit | cee0ebe2f5fb55f2ec1e3fbae58c1a9c108ade4a (patch) | |
tree | 58604691b818442b226a137ed9cb40388a178f98 /.ci/tsconfig.json | |
parent | 235a4a4e098dfbe3f75857e2b462bef2709d6761 (diff) | |
download | pengueno-cee0ebe2f5fb55f2ec1e3fbae58c1a9c108ade4a.tar.gz pengueno-cee0ebe2f5fb55f2ec1e3fbae58c1a9c108ade4a.zip |
Run prettier
Diffstat (limited to '.ci/tsconfig.json')
-rw-r--r-- | .ci/tsconfig.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.ci/tsconfig.json b/.ci/tsconfig.json index 39cb802..f4eb0c4 100644 --- a/.ci/tsconfig.json +++ b/.ci/tsconfig.json @@ -14,4 +14,3 @@ "exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.spec.ts"], "references": [] } - |