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
Hiya, Im trying to integrate typeorm into our Node server, written in plain JS at the moment but soon to move over to typescript.
Having trouble with the babel set up since we're on babel v7.8.3, any chance you could update this example to reflect version 7?
In babel.config.js
module.exports = { presets: [ [ "@babel/preset-env", { targets: { node: "10" } } ] ], plugins: [ "@babel/plugin-proposal-class-properties", ["@babel/plugin-proposal-decorators", { decoratorsBeforeExport: true }] ] };
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hiya,
Im trying to integrate typeorm into our Node server, written in plain JS at the moment but soon to move over to typescript.
Having trouble with the babel set up since we're on babel v7.8.3, any chance you could update this example to reflect version 7?
In babel.config.js
The text was updated successfully, but these errors were encountered: