diff --git a/package.json b/package.json index f2aa879..92dc019 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,8 @@ "exports": { ".": { "import": "./build/geo-three.module.js", - "require": "./build/geo-three.cjs" + "require": "./build/geo-three.cjs", + "types": "./build/Main.d.ts" }, "./source/*": "./source/*" }, @@ -59,4 +60,4 @@ "typescript": "4.9.4", "http-server": "14.1.1" } -} +} \ No newline at end of file