You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@isBatak that could be another example for a custom-server-typescript, it should require to run tsc for your server code and then run it as any Node.js server.
* 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
lockbot
locked as resolved and limited conversation to collaborators
Feb 6, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Expected Behavior
Use new Next.js plugin for TypeScript
Current Behavior
Use a hack to transpile TypeScript to JSX and then let Next.js handle it.
Context
With the release of Next.js v5 the current example with TypeScript is outdated and can be simplified with the new next-typescript plugin.
The text was updated successfully, but these errors were encountered: