Skip to content

Instantly share code, notes, and snippets.

@tofusoup429
Created March 19, 2021 03:50
Show Gist options
  • Save tofusoup429/e6796d3e9671a5bf3610034c71e51f33 to your computer and use it in GitHub Desktop.
Save tofusoup429/e6796d3e9671a5bf3610034c71e51f33 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"declaration": true,
"outDir": "./dist",
"strict": true,
"downlevelIteration": true
},
"include": ["src"],
"exclude": ["node_modules", "**/__tests__/*"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment