fix(templates/npm): update npm template: tweak test script, bump devDependencies, add smartpath dependency, and fix ts import path

This commit is contained in:
2026-02-01 16:18:37 +00:00
parent 0243bc5ec7
commit ecadbc7a86
4 changed files with 18 additions and 8 deletions

View File

@@ -1,3 +1,3 @@
import * as plugins from './{{module.name}}.plugins.js';
import * as plugins from './plugins.js';
export let demoExport = 'Hi there! :) This is an exported string';