-
-
Notifications
You must be signed in to change notification settings - Fork 6
test: switch to experimental built-in type stripping #65
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
base: main
Are you sure you want to change the base?
Conversation
test are failing for something look like not related to this pr |
What makes you think that? AFAICT it's definitely related to this PR |
my bad |
I'm getting the following error when I try your branch: $ yarn build --force
packages/crypto/tsconfig.json:4:35 - error TS5096: Option 'allowImportingTsExtensions' can only be used when either 'noEmit' or 'emitDeclarationOnly' is set.
4 "allowImportingTsExtensions": true,
~~~~
Found 1 error. |
BTW I wonder if a better approach would be to split it into several PRs:
|
|
How much of the job is done is kinda irrelevant, it should be split nonetheless IMO |
I've opened #68 to cover the first step |
Uh oh!
There was an error while loading. Please reload this page.