Skip to content

Instantly share code, notes, and snippets.

@Wllew4
Created December 14, 2021 04:03
Show Gist options
  • Save Wllew4/9253efcf21f3035948a9cfc80edbe304 to your computer and use it in GitHub Desktop.
Save Wllew4/9253efcf21f3035948a9cfc80edbe304 to your computer and use it in GitHub Desktop.
my default tsconfig
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"outDir": "./build",
"rootDir": "./src",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment