Skip to content

Commit e584888

Browse files
committed
TS7016 import issue "TS7016: Could not find a declaration file for module @estruyf/github-actions-reporter" #20
1 parent af917e3 commit e584888

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.9.1]
6+
7+
- [#20](https://github.com/estruyf/playwright-github-actions-reporter/issues/20): Add declaration file to the package
8+
59
## [1.9.0]
610

711
- [#17](https://github.com/estruyf/playwright-github-actions-reporter/issues/17): Added the ability to define which types of test results should be shown in the summary

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"node_modules"
88
],
99
"compilerOptions": {
10-
"outDir": "dist"
10+
"outDir": "dist",
11+
"declaration": true
1112
}
1213
}

0 commit comments

Comments
 (0)