We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9b7b77 commit b55fd79Copy full SHA for b55fd79
2 files changed
package.json
@@ -13,8 +13,8 @@
13
},
14
"exports": {
15
".": {
16
- "types": "./declarations/index.d.ts",
17
"developing-@cardstack/view-transitions": "./src/index.ts",
+ "types": "./declarations/index.d.ts",
18
"default": "./dist/index.js"
19
20
"./addon-main.js": "./addon-main.cjs"
tsconfig.json
@@ -18,6 +18,7 @@
"vite/client",
"@embroider/core/virtual",
"@glint/ember-tsc/types"
21
- ]
+ ],
22
+ "customConditions": ["developing-@cardstack/view-transitions"]
23
}
24
0 commit comments