Skip to content

Instantly share code, notes, and snippets.

@jericbas
Created September 2, 2020 08:00
Show Gist options
  • Save jericbas/9845d503330a900081de38c49a2e7faf to your computer and use it in GitHub Desktop.
Save jericbas/9845d503330a900081de38c49a2e7faf to your computer and use it in GitHub Desktop.
JsConfig.json
{
"include": ["src"],
"exclude": [
"node_modules",
"resources",
"deploy",
"coverage",
"build",
"public",
"**/*.spec.ts"
],
"compilerOptions": {
"baseUrl": "./src/"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment