diff --git a/package.json b/package.json index 630c426..2e462a3 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,16 @@ "default": "./dist/index.cjs" } }, + "./Layers": { + "import": { + "types": "./dist/Layers/index.d.ts", + "default": "./dist/Layers/index.js" + }, + "require": { + "types": "./dist/Layers/index.d.cts", + "default": "./dist/Layers/index.cjs" + } + }, "./Types": { "import": { "types": "./dist/Types/index.d.ts",