chore(web): address review comments

This commit is contained in:
Marc Durdin 2025-11-06 07:51:43 +01:00
parent 9d2c23e0d3
commit 6cf378daf8
3 changed files with 9 additions and 11 deletions

View file

@ -1,10 +0,0 @@
{
"check-coverage": false,
"clean": true,
"exclude-after-remap": true,
"reporter": ["text", "text-summary"],
"reports-dir": "../../../build/coverage/raw/engine/events",
"src": [
"src/"
]
}

View file

@ -1 +1,9 @@
export * from './main/index.js';
/*
* Keyman is copyright (C) SIL Global. MIT License.
*
* This file is present in order to provide a consistent file layout for
* bundling; the export is not actually used by other modules; and has just been
* chosen as a representative.
*/
export { KeymanEngineBase } from './main/index.js';