Closed mkalam-alami closed 4 years ago
--ignore-watch option might need some fiddling to exclude .tsx files
Workaround: start the server with ts-node --transpile-only -r tsconfig-paths/register server/index.ts instead when working on templates
ts-node --transpile-only -r tsconfig-paths/register server/index.ts
--ignore-watch option might need some fiddling to exclude .tsx files
Workaround: start the server with
ts-node --transpile-only -r tsconfig-paths/register server/index.ts
instead when working on templates