- Add "jsx": "preserve" to tsconfig.json - Rename lib to production-server to remove incompatibility with other examples Context: https://github.com/zeit/next.js/pull/3838#issuecomment-370189242 and below
* Add custom-server-typescript example (see #3694) * Fix linting errors in custom-server-typescript * Provide proper arguments to ts-node. * Fix import and fix all linting errors. * Use import in server as well. * Update nodemon.json