Skip to content

Instantly share code, notes, and snippets.

@cziem
Created October 9, 2020 00:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cziem/807ec56ae1cd4c6ac86f65d6586f9b77 to your computer and use it in GitHub Desktop.
Save cziem/807ec56ae1cd4c6ac86f65d6586f9b77 to your computer and use it in GitHub Desktop.
Ts Quote Generator Config
{
 "compilerOptions": {
 "sourceMap": true,
 "target": "es5",
 "lib": [
 "dom",
 "dom.iterable",
 "ES2015"
 ],
 "module": "CommonJS",
 "outDir": "dist/",
 "strict": true
 }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment