Skip to content

Commit b55fd79

Browse files
committed
make sure we typecheck against development source, not published declarations
1 parent f9b7b77 commit b55fd79

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
},
1414
"exports": {
1515
".": {
16-
"types": "./declarations/index.d.ts",
1716
"developing-@cardstack/view-transitions": "./src/index.ts",
17+
"types": "./declarations/index.d.ts",
1818
"default": "./dist/index.js"
1919
},
2020
"./addon-main.js": "./addon-main.cjs"

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"vite/client",
1919
"@embroider/core/virtual",
2020
"@glint/ember-tsc/types"
21-
]
21+
],
22+
"customConditions": ["developing-@cardstack/view-transitions"]
2223
}
2324
}

0 commit comments

Comments
 (0)