fix: add type module to common package to fix commonjs parsing warning
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
"name": "@scandic-hotels/common",
|
"name": "@scandic-hotels/common",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"main": "index.ts",
|
"main": "index.ts",
|
||||||
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "vitest run",
|
"test": "vitest run",
|
||||||
"test:watch": "vitest",
|
"test:watch": "vitest",
|
||||||
|
|||||||
Reference in New Issue
Block a user