chore: remove types folder from prettier ignore file

This commit is contained in:
cedoor
2023-03-06 17:44:44 +00:00
parent fc2f648acc
commit 925cc64d73
2 changed files with 1 additions and 4 deletions

View File

@@ -16,9 +16,6 @@ packages/contracts/deployed-contracts/undefined.json
packages/contracts/deployed-contracts/hardhat.json
packages/contracts/deployed-contracts/localhost.json
# types
types
# circuits
circuits

View File

@@ -1 +1 @@
export type BigNumberish = string | number | bigint;
export type BigNumberish = string | number | bigint