Created
April 3, 2025 04:06
-
-
Save pyratin/9d46a710b6142705aaa3a5bf67d361c1 to your computer and use it in GitHub Desktop.
jsconfig.json
This file contains hidden or 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
Show hidden characters
{ | |
"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