-
-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
I think this is the right config to finally get TS out of the way
{
"compilerOptions": {
"module": "preserve",
// ^ also implies:
// "moduleResolution": "bundler",
// "esModuleInterop": true,
// "resolveJsonModule": true,
// ...
}
}More info in microsoft/TypeScript#56785
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels