Skip to content

Commit c2e0b28

Browse files
committed
chore: various tweaks
1 parent 2d6bc45 commit c2e0b28

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

example/tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@
44
"paths": {
55
"@grapp/stacks": ["../src"]
66
}
7-
}
7+
},
8+
"include": [
9+
"./app/**/*.{ts,tsx}"
10+
]
811
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"package.json"
1818
],
1919
"scripts": {
20-
"build": "tsup",
20+
"build": "rm -rf ./lib && tsup",
2121
"types:check": "tsc --noEmit"
2222
},
2323
"publishConfig": {

0 commit comments

Comments
 (0)