Skip to content

Instantly share code, notes, and snippets.

@kmaraz
Last active March 5, 2019 12:19
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 kmaraz/9bd98a2a4c9553bedc8a0fbe523b1a34 to your computer and use it in GitHub Desktop.
Save kmaraz/9bd98a2a4c9553bedc8a0fbe523b1a34 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"baseUrl": "./",
"target": "es5",
"module": "esnext",
"lib": ["es2018", "dom"],
"moduleResolution": "node",
"typeRoots": ["node_modules/@types"]
},
"exclude": ["app/main.aot.ts"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment