We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 464642e commit 052d82fCopy full SHA for 052d82f
.gitignore
@@ -66,6 +66,7 @@ typings/
66
67
# build output
68
lib/
69
+esm
70
71
.DS_Store
72
package.json
@@ -13,7 +13,7 @@
13
"start": "yarn storybook",
14
"test": "echo hmm...",
15
"build:cjs": "tsc",
16
- "build:es": "tsc -m esNext --outDir lib/es",
+ "build:es": "tsc -m esNext --outDir esm",
17
"build": "yarn build:cjs && yarn build:es",
18
"clean": "rimraf lib storybook-static",
19
"storybook": "start-storybook -p 6008",
0 commit comments