You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
folder named interface conflicts with typescript reserved word erc-3525/contracts/periphery/interface/
and get this error: ERROR(TypeScript) Identifier expected. 'interface' is a reserved word in strict mode. Modules are automatically in strict mode.
My dev environment: scaffold-eth-typescript My workaround:
change folder name to interfaces. erc-3525/contracts/periphery/interfaces/
The text was updated successfully, but these errors were encountered:
folder named interface conflicts with typescript reserved word
erc-3525/contracts/periphery/interface/
and get this error:
ERROR(TypeScript) Identifier expected. 'interface' is a reserved word in strict mode. Modules are automatically in strict mode.
My dev environment:
scaffold-eth-typescript
My workaround:
change folder name to interfaces.
erc-3525/contracts/periphery/interfaces/
The text was updated successfully, but these errors were encountered: