Skip to content

Commit 4fa3cc4

Browse files
committed
fix types cache for nestjs
1 parent a3c9b20 commit 4fa3cc4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

packages/nestjs/package.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,19 @@
8585
"volta": {
8686
"extends": "../../package.json"
8787
},
88+
"nx": {
89+
"targets": {
90+
"build:types": {
91+
"inputs": ["production", "^production"],
92+
"dependsOn": ["^build:types"],
93+
"outputs": [
94+
"{projectRoot}/build/types",
95+
"{projectRoot}/build/types-ts3.8",
96+
"{projectRoot}/*.d.ts"
97+
],
98+
"cache": true
99+
}
100+
}
101+
},
88102
"sideEffects": false
89103
}

0 commit comments

Comments
 (0)