From 9043546f4ec72378ef39d5f2ff38ad2df490d537 Mon Sep 17 00:00:00 2001 From: Dominik Moritz Date: Tue, 23 Apr 2024 16:14:33 -0400 Subject: [PATCH] chore: fix linting error --- tsconfig.eslint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.eslint.json b/tsconfig.eslint.json index 5298e95c5..390fd9ec8 100644 --- a/tsconfig.eslint.json +++ b/tsconfig.eslint.json @@ -1,4 +1,4 @@ { "extends": "./tsconfig.json", - "include": ["src/**/*.ts", "factory/**/*.ts", "test/**/*.test.ts", "test/utils.ts"] + "include": ["src/**/*.ts", "factory/**/*.ts", "test/**/*.test.ts", "test/utils.ts", "bin/ts-json-schema-generator.js"] }