-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Now only the ESModule target is supported. It is not a severe problem because React code is handled by bundlers. If you also need to run the code by ts-node
you can set up your tsconfig.json
like this:
{
"compilerOptions": {
"module": "ESNext",
},
"ts-node": {
"compilerOptions": {
"module": "CommonJS"
}
}
}
But if you really need CommonJS support, please vote and address your use case here!
hectorhon, anji5h, dacevedo12, StuffByLiang, NoraH1to and 7 more
Metadata
Metadata
Assignees
Labels
No labels