You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a long time of failures using <Table>.primaryKey (kept undefined) and almost getting crazy everything worked after changing compilerOptions to : "compilerOptions": { "module": "commonjs", "target": "es2019", ...
Please add this to the README.
The text was updated successfully, but these errors were encountered:
Can do. Dyngoose currently does not work using esm modules, it does need to be used within a commonjs. I do plan to change this to better support use with modern projects and those utilizing sst and similar systems.
I actually have a branch with this but I need to ensure reliable backwards compatibility with comnmonjs projects.
After a long time of failures using
<Table>.primaryKey
(keptundefined
) and almost getting crazy everything worked after changing compilerOptions to :"compilerOptions": { "module": "commonjs", "target": "es2019", ...
Please add this to the README.
The text was updated successfully, but these errors were encountered: