Skip to content

Instantly share code, notes, and snippets.

@drochgenius
Created April 3, 2019 19:19
Show Gist options
  • Save drochgenius/e45ab2421c267f749c7590336e1052e2 to your computer and use it in GitHub Desktop.
Save drochgenius/e45ab2421c267f749c7590336e1052e2 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"target": "esnext",
"module": "commonjs",
"moduleResolution": "node",
"declaration": true,
"sourceMap": true,
"outDir": "../dist",
"rootDir": "./"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment