diff --git a/src/test/constants.ts b/src/test/constants.ts index 4ebd481..7dde60f 100644 --- a/src/test/constants.ts +++ b/src/test/constants.ts @@ -2,9 +2,6 @@ import { User, PullRequest, Label, - Repository, - InstallationLite, - Organization, PullRequestClosedEvent, } from "@octokit/webhooks-types"; diff --git a/tsconfig.json b/tsconfig.json index 77e299c..9ee41b6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,12 @@ "rootDir": "./src", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */ "strict": true, /* Enable all strict type-checking options. */ "noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */ - "esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */ + "esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */ + "skipLibCheck": true, + "forceConsistentCasingInFileNames": true, + "noUnusedLocals":true }, - "exclude": ["node_modules", "**/*.test.ts", "**/test/*"] -} + "$schema": "https://json.schemastore.org/tsconfig", + "display": "Recommended", + "exclude": ["test/*"] +} \ No newline at end of file