Skip to content

Instantly share code, notes, and snippets.

@ayoisaiah
Created February 21, 2020 07:45
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 ayoisaiah/e34ece34e2464fc8b5ac146882012295 to your computer and use it in GitHub Desktop.
Save ayoisaiah/e34ece34e2464fc8b5ac146882012295 to your computer and use it in GitHub Desktop.
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/app",
"types": ["node"]
},
"files": ["src/main.ts", "src/polyfills.ts"],
"include": ["src/**/*.ts"],
"exclude": ["src/test.ts", "src/**/*.spec.ts"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment