if I compile with tsc it works... but not automatically:
tsc --watch -m commonjs -t es5 --emitDecoratorMetadata app/app.ts
it creates js files and works but it is not good b/c i need to run every time before serve or build or anything else
if I compile with tsc it works... but not automatically:
tsc --watch -m commonjs -t es5 --emitDecoratorMetadata app/app.ts
it creates js files and works but it is not good b/c i need to run every time before serve or build or anything else