Skip to content

Instantly share code, notes, and snippets.

@pyratin
Created April 3, 2025 04:06
Show Gist options
  • Save pyratin/9d46a710b6142705aaa3a5bf67d361c1 to your computer and use it in GitHub Desktop.
Save pyratin/9d46a710b6142705aaa3a5bf67d361c1 to your computer and use it in GitHub Desktop.
jsconfig.json
{
"compilerOptions": {
"noEmit": true,
"allowJs": true,
"checkJs": true,
"esModuleInterop": true,
"jsx": "react-jsx"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment