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

pin typescript to 5.5.3 #1118

Closed
wants to merge 1 commit into from
Closed

pin typescript to 5.5.3 #1118

wants to merge 1 commit into from

Conversation

DanL0
Copy link
Contributor

@DanL0 DanL0 commented Dec 8, 2024

Fix for the bug:

Environment:

MacOS
node.js v20.11.0

How to reproduce:

git clone --recurse-submodules https://github.com/LayerZero-Labs/devtools.git 
cd devtools
pnpm i
pnpm -r build # pnpm build doesn't work because of some io-devtools error

Error:

packages/verify-contract prebuild$ tsc -noEmit
│ tsconfig.json(5,5): error TS5069: Option 'declarationMap' cannot be specified without specifying option 'declaration' or option 'composite'.
└─ Failed in 1.1s at /Users/danielkmak/projects/devtools-2/packages/verify-contract

Full error log: https://gist.github.com/DanL0/2e0afc5b16f4d0731725e7fe7dd9249f

@DanL0 DanL0 marked this pull request as draft December 8, 2024 21:14
@DanL0 DanL0 closed this Dec 8, 2024
@DanL0 DanL0 deleted the fix/ts-5.5.3 branch December 8, 2024 21:26
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

Successfully merging this pull request may close these issues.

1 participant