Skip to content

Commit 28265fb

Browse files
committed
fix: missing comma in tsconfig.json
1 parent 7569b43 commit 28265fb

File tree

1 file changed

+1
-1
lines changed
  • apidom/packages/apidom-parser-adapter-asyncapi-json-2-0

1 file changed

+1
-1
lines changed

apidom/packages/apidom-parser-adapter-asyncapi-json-2-0/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"extends": "../../tsconfig.json",
33
"include": [
44
"../@types/**/*.d.ts",
5-
"src/**/*"
5+
"src/**/*",
66
"test/**/*"
77
]
88
}

0 commit comments

Comments
 (0)