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

This commit is contained in:
Christian Andolf
2025-06-12 11:16:32 +02:00
parent 26a289b037
commit 920b8124de

View File

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