Skip to content

Commit e78540f

Browse files
committed
fix(ci): configure tsd resolution for mokup package
1 parent ed4a2af commit e78540f

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

packages/mokup/package.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,19 @@
124124
"test:types": "tsd",
125125
"typecheck": "tsc -p tsconfig.json --noEmit"
126126
},
127+
"tsd": {
128+
"compilerOptions": {
129+
"baseUrl": ".",
130+
"paths": {
131+
"mokup": [
132+
"./dist/index.d.ts"
133+
],
134+
"mokup/*": [
135+
"./dist/*"
136+
]
137+
}
138+
}
139+
},
127140
"peerDependencies": {
128141
"html-webpack-plugin": "^5.0.0",
129142
"vite": "^5.0.0 || ^6.0.0 || ^7.0.0",

0 commit comments

Comments
 (0)