@@ -8,6 +8,7 @@
],
"main": "dist/index.js",
"module": "dist/index.mjs",
+ "types": "dist/index.d.ts",
"files": [
"dist"
@@ -6,6 +6,7 @@
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
"scripts": {
"build": "vite build",
"clean": "npx -y shx rm -rf dist",
@@ -5,6 +5,7 @@
"license": "MIT",
"keywords": ["growi", "growi-plugin"],
"module": "dist/presentation.mjs",
"main": "dist/libs/preset-themes.umd.js",
"module": "dist/libs/preset-themes.mjs",
+ "types": "dist/libs/index.d.ts",
@@ -4,6 +4,7 @@
"main": "dist/slack.umd.js",
"module": "dist/slack.mjs",