We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#35210 #46744 #46567
tsc
.d.ts
#47732 #47807
/// <reference
require
import
import type
assert
package.json
nodenext
#46861
exports
types
The text was updated successfully, but these errors were encountered:
types usually needs to come first
I wonder why
Sorry, something went wrong.
No branches or pull requests
Migrating to Modules - Motivations and Goals Sync
#35210
#46744
#46567
tsc
, will they get something self-contained?.d.ts
files?Specifiers for Resolution Strategy
#47732
#47807
/// <reference
>s a way to say if a resolution should come from arequire
or animport
.import type
with theassert
field.package.json
Errors innodenext
#46861
exports
types
usually needs to come first, but people may put it below.package.json
?types
come after everything else?The text was updated successfully, but these errors were encountered: