Skip to content

Commit 8d0aa42

Browse files
committed
WIP setup nx
1 parent 24670d4 commit 8d0aa42

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

nx.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"tasksRunnerOptions": {
3+
"default": {
4+
"runner": "nx/tasks-runners/default",
5+
"options": {
6+
"cacheableOperations": [
7+
"build",
8+
"build:{bundle,npm,extras,rollup,types,dev}",
9+
"lint",
10+
"lint:*"
11+
]
12+
}
13+
}
14+
},
15+
"targetDefaults": {
16+
"build": {
17+
"outputs": [
18+
"{projectRoot}/packages/*/build"
19+
]
20+
}
21+
}
22+
}

0 commit comments

Comments
 (0)