Skip to content

Commit 9f54189

Browse files
committed
fix caching for types in solid
1 parent 6dad0da commit 9f54189

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

packages/solid/package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,16 @@
8989
"volta": {
9090
"extends": "../../package.json"
9191
},
92+
"nx": {
93+
"targets": {
94+
"build:types": {
95+
"outputs": [
96+
"{projectRoot}/build/types",
97+
"{projectRoot}/*.d.ts",
98+
"{projectRoot}/*.d.ts.map"
99+
]
100+
}
101+
}
102+
},
92103
"sideEffects": false
93104
}

0 commit comments

Comments
 (0)