Skip to content

Instantly share code, notes, and snippets.

@rainrisa
Created August 6, 2022 20:30
Show Gist options
  • Save rainrisa/a4eed748607507d0e3758cfd1081b4eb to your computer and use it in GitHub Desktop.
Save rainrisa/a4eed748607507d0e3758cfd1081b4eb to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"declaration": true,
"outDir": "./lib",
"strict": 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