Fix #655 - Provide in-package type definitions

This commit is contained in:
Faisal Salman
2023-10-02 14:35:29 +07:00
parent f6fbf170e3
commit 5a0d9cc3d0
4 changed files with 155 additions and 1 deletions

View File

@@ -24,4 +24,9 @@ npm run test:playwright || exit 1
echo '
- lint lockfile
'
npm run test:lockfile-lint || exit 1
npm run test:lockfile-lint || exit 1
echo '
- lint d.ts files
'
npm run test:dts || exit 1