Skip to content

Instantly share code, notes, and snippets.

@thetarnav
Last active February 5, 2024 09:48
Show Gist options
  • Select an option

  • Save thetarnav/572ab40bb165a3df49608d94f28883c4 to your computer and use it in GitHub Desktop.

Select an option

Save thetarnav/572ab40bb165a3df49608d94f28883c4 to your computer and use it in GitHub Desktop.
tsconfig.json
{
"compilerOptions": {
/*
Solves "Cannot write file '.../.js' because it would overwrite input file."
*/
"outDir": "types",
"allowJs": true,
"checkJs": true,
"skipLibCheck": false,
"maxNodeModuleJsDepth": 1,
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment