Skip to content

Instantly share code, notes, and snippets.

@ringo360
Last active July 6, 2024 12:47
Show Gist options
  • Save ringo360/436ab46b079b857ca644cc707ac1f5fa to your computer and use it in GitHub Desktop.
Save ringo360/436ab46b079b857ca644cc707ac1f5fa to your computer and use it in GitHub Desktop.
My TSConfig
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Bundler",
"allowJs": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment