migrate all packages to export package.json

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-01-17 23:41:42 +01:00
parent 8a3d8ecde0
commit c523edfc88
31 changed files with 155 additions and 31 deletions
+5 -1
View File
@@ -8,12 +8,16 @@
"access": "public"
},
"exports": {
".": "./src/index.ts"
".": "./src/index.ts",
"./package.json": "./package.json"
},
"typesVersions": {
"*": {
"*": [
"src/index.ts"
],
"package.json": [
"package.json"
]
}
},