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.
1 parent 66895ba commit a2af923Copy full SHA for a2af923
nx.json
@@ -34,12 +34,12 @@
34
"build:transpile": {
35
"inputs": ["production", "^production"],
36
"dependsOn": ["^build:transpile"],
37
- "outputs": ["{projectRoot}/build/npm", "{projectRoot}/build/esm", "{projectRoot}/build/cjs"]
+ "outputs": ["{projectRoot}/build"]
38
},
39
"build:types": {
40
41
"dependsOn": ["^build:types"],
42
- "outputs": ["{projectRoot}/build/**/*.d.ts"]
43
44
"lint:eslint": {
45
"inputs": ["default"],
0 commit comments