Created
March 18, 2024 13:01
-
-
Save timneutkens/252011d8f6fbd141c77157f796a806dd to your computer and use it in GitHub Desktop.
Turbopack rules that output TypeScript
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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