diff --git a/nx.json b/nx.json deleted file mode 100644 index 405cae9038..0000000000 --- a/nx.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "tasksRunnerOptions": { - "default": { - "runner": "nx/tasks-runners/default", - "options": { - "cacheableOperations": ["build", "test", "svgo", "start"] - } - } - }, - "targetDefaults": { - "build": { - "outputs": ["{projectRoot}/dist"] - }, - "typecheck": { - "dependsOn": ["^build"] - } - } -}