Skip to content

Commit

Permalink
refactor: TS
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Jan 13, 2024
1 parent 67f3685 commit 3697321
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"include": [
"src/**/*.js",
"test/**/*.js",
"src/bin/gitdown.d.ts"
"typings/gitdown.d.ts",
"typings/babel__eslint-parser.d.ts"
],
"exclude": ["node_modules"]
}
1 change: 1 addition & 0 deletions typings/babel__eslint-parser.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
declare module '@babel/eslint-parser';
File renamed without changes.

0 comments on commit 3697321

Please sign in to comment.