Skip to content
This repository has been archived by the owner on Sep 6, 2020. It is now read-only.

Commit

Permalink
Update TypeScript config
Browse files Browse the repository at this point in the history
  • Loading branch information
tibdex committed Jan 11, 2019
1 parent 02f4f7f commit 858f222
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app.test.ts
@@ -1,7 +1,6 @@
import * as Octokit from "@octokit/rest";
import * as createDebug from "debug";
import {
deleteReference,
PullRequestNumber,
RepoName,
RepoOwner,
Expand Down
2 changes: 2 additions & 0 deletions tsconfig.json
@@ -1,5 +1,7 @@
{
"compilerOptions": {
"noUnusedLocals": true,
"noUnusedParameters": true,
"module": "CommonJS",
"outDir": "app",
"skipLibCheck": true,
Expand Down

0 comments on commit 858f222

Please sign in to comment.