Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

folder named interface doesn't comply with typescript strict mode #15

Open
NOOMA-42 opened this issue Mar 20, 2023 · 0 comments
Open

folder named interface doesn't comply with typescript strict mode #15

NOOMA-42 opened this issue Mar 20, 2023 · 0 comments

Comments

@NOOMA-42
Copy link

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant