Skip to content

Instantly share code, notes, and snippets.

@emersonpessoa01
Created March 3, 2026 23:21
Show Gist options
  • Select an option

  • Save emersonpessoa01/918778a640adfd4e673ce942f451801e to your computer and use it in GitHub Desktop.

Select an option

Save emersonpessoa01/918778a640adfd4e673ce942f451801e to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"rootDir": "./src",
"outDir": "./dist",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
},
"include": ["src/**/*"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment