Skip to content

Commit afca37b

Browse files
committed
chore: add headwind path
1 parent 63d0176 commit afca37b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"moduleDetection": "force",
66
"module": "esnext",
77
"moduleResolution": "bundler",
8+
"paths": {
9+
"@stacksjs/headwind": ["./packages/headwind/src/index.ts"]
10+
},
811
"resolveJsonModule": true,
912
"types": ["bun"],
1013
"allowImportingTsExtensions": true,

0 commit comments

Comments
 (0)