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.
2 parents faf58b3 + a8e0272 commit 60c861bCopy full SHA for 60c861b
nx.json
@@ -5,17 +5,17 @@
5
"{workspaceRoot}/tsconfig.shared.json",
6
"{projectRoot}/package.json",
7
"{projectRoot}/tsconfig.json"
8
- ]
+ ],
9
+ "sources": ["{projectRoot}/index.{js,ts}", "{projectRoot}/lib/**"]
10
},
11
"targetDefaults": {
12
"build": {
13
"dependsOn": ["^build"],
14
"inputs": [
15
"default",
16
+ "sources",
17
"{workspaceRoot}/tsup.config.ts",
- "{projectRoot}/index.{js,ts}",
18
"{projectRoot}/index.d.ts",
- "{projectRoot}/lib/**",
19
"{projectRoot}/rollup.config.cjs"
20
],
21
"outputs": ["{projectRoot}/dist"],
@@ -24,6 +24,7 @@
24
"test": {
25
26
27
28
"{projectRoot}/test.ts",
29
"{projectRoot}/test/**",
30
"{projectRoot}/types.ts"
0 commit comments