Skip to content

Instantly share code, notes, and snippets.

@timneutkens
Created March 18, 2024 13:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timneutkens/252011d8f6fbd141c77157f796a806dd to your computer and use it in GitHub Desktop.
Save timneutkens/252011d8f6fbd141c77157f796a806dd to your computer and use it in GitHub Desktop.
Turbopack rules that output TypeScript
turbo: {
rules: {
'*.mdx': {
loaders: ['turbopack-mdx-loader'],
as: '*.tsx',
},
},
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment