TypeScript Compability #136
-
Hello im using ts for my project. i really dont know how to fix the bug or even explain it because it's so complicated so if you need more details i can give. also i feel like it's related to #16 but i didn't figured it out. thx Console:
EDIT: btw this is my tsconfig.json {
"compilerOptions": {
"target": "es2016"
"module": "node16"
"moduleResolution": "node16",
"types": ["node"]
"outDir": "dist",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}
|
Beta Was this translation helpful? Give feedback.
Answered by
robertsLando
Feb 5, 2025
Replies: 2 comments 1 reply
-
Try to replace module entry with
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
robertsLando
-
well for now i think it fixed with using esbuild |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try to replace module entry with
"commonjs"