TS file not compile
shivamanhar opened this issue · comments
I try to run command for compile my ts file to js. used following code.
node src/app
They return error
error TS1219: Experimental support for decorators is a feature that is subject to change in a future release. Set the 'experimentalDecorators' option in your 'tsconfig' or 'jsconfig' to remove this warning.
I am using node 14.17.4. what is solution
This is a documentation repo. If you still have an issue, please open it in the https://github.com/typeorm/typeorm repo.