We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nx.json
1 parent 122b203 commit b6d6d94Copy full SHA for b6d6d94
nx.json
@@ -18,17 +18,17 @@
18
"^compile"
19
],
20
"inputs": [
21
- "{projectRoot}/src",
22
- "{projectRoot}/test"
+ "{projectRoot}/src/**/*.ts",
+ "{projectRoot}/test/**/*.ts"
23
24
"outputs": [
25
"{projectRoot}/build"
26
]
27
},
28
"lint": {
29
30
31
32
33
34
"version:update": {
0 commit comments