diff --git a/index.html b/index.html index e4b78ea..cdb4d8d 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - Vite + React + TS + Line-Pod Demo
diff --git a/package.json b/package.json index 9083e75..f0ef7ad 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,11 @@ "private": true, "version": "0.0.0", "type": "module", + "main": "dist/main.js", + "types": "dist/main.d.ts", + "files": [ + "dist" + ], "scripts": { "dev": "vite", "build": "tsc --p ./tsconfig-build.json && vite build",