1 parent 25171b3 commit 707aee4Copy full SHA for 707aee4
1 file changed
packages/sbot.commons/package.json
@@ -3,14 +3,8 @@
3
"version": "0.0.1",
4
"description": "Shared TypeScript interfaces and types for sbot packages",
5
"main": "dist/index.js",
6
+ "module": "esm/index.js",
7
"types": "dist/index.d.ts",
- "exports": {
8
- ".": {
9
- "types": "./dist/index.d.ts",
10
- "import": "./esm/index.js",
11
- "require": "./dist/index.js"
12
- }
13
- },
14
"scripts": {
15
"build": "rimraf dist esm && tsc -b --force && tsc -p tsconfig.esm.json && echo {\"type\":\"module\"} > esm/package.json"
16
},
0 commit comments