fix(build): modernize project configuration, dependencies, and node-based test setup

This commit is contained in:
2026-05-01 18:10:45 +00:00
parent d10ec8d81f
commit 4209d7767b
11 changed files with 4903 additions and 3721 deletions
-3
View File
@@ -1,8 +1,5 @@
// @ts-ignore
import './instrument/happydom.js';
import { Smartntml } from './classes.smartntml.js';
export { Smartntml };
import * as deesElement from '@design.estate/dees-element';
export { deesElement };