Skip to content

Instantly share code, notes, and snippets.

@tutv
Created May 7, 2021 15:54
Show Gist options
  • Select an option

  • Save tutv/7dd95b4ceb102045f1ef99e02023db30 to your computer and use it in GitHub Desktop.

Select an option

Save tutv/7dd95b4ceb102045f1ef99e02023db30 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"declaration": true,
"outDir": "./dist",
"strict": true
},
"include": [
"src"
],
"exclude": [
"node_modules",
"test"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment