Skip to content

Commit 3697321

Browse files
committed
refactor: TS
1 parent 67f3685 commit 3697321

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"include": [
1717
"src/**/*.js",
1818
"test/**/*.js",
19-
"src/bin/gitdown.d.ts"
19+
"typings/gitdown.d.ts",
20+
"typings/babel__eslint-parser.d.ts"
2021
],
2122
"exclude": ["node_modules"]
2223
}

typings/babel__eslint-parser.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
declare module '@babel/eslint-parser';
File renamed without changes.

0 commit comments

Comments
 (0)