Skip to content

Instantly share code, notes, and snippets.

@sandalsoft
Created January 26, 2020 15:21
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 sandalsoft/fd97ac286f35d7bbfdc97bb789f5ad89 to your computer and use it in GitHub Desktop.
Save sandalsoft/fd97ac286f35d7bbfdc97bb789f5ad89 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"preserveConstEnums": true,
"strictNullChecks": true,
"sourceMap": true,
"allowJs": true,
"target": "es5",
"outDir": ".build",
"moduleResolution": "node",
"lib": ["es2015"],
"rootDir": "./"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment