Skip to content

Instantly share code, notes, and snippets.

@sandalsoft
Last active March 18, 2020 04:09
Show Gist options
  • Select an option

  • Save sandalsoft/a962966c036464f6e1c0a9b0cea75a04 to your computer and use it in GitHub Desktop.

Select an option

Save sandalsoft/a962966c036464f6e1c0a9b0cea75a04 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"pretty": true,
"target": "esnext",
"module": "commonjs",
"lib": ["esnext"],
"declaration": true,
"outDir": "dist",
// "noEmit": true,
"strict": true,
"noImplicitAny": true,
"noImplicitThis": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"skipLibCheck": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment