Merged in fix/common-module-package (pull request #2348)

fix: add type module to common package to fix commonjs parsing warning

Approved-by: Anton Gunnarsson
This commit is contained in:
Christian Andolf
2025-06-12 12:33:15 +00:00

View File

@@ -1,7 +1,9 @@
{
"name": "@scandic-hotels/common",
"private": true,
"version": "1.0.0",
"main": "index.ts",
"type": "module",
"scripts": {
"test": "vitest run",
"test:watch": "vitest",