Skip to content

Commit

Permalink
chore: fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Apr 23, 2024
1 parent e6ffec5 commit 9043546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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"]
}

0 comments on commit 9043546

Please sign in to comment.