strapi/nx.json
2022-07-05 23:17:07 +07:00

19 lines
310 B
JSON

{
"implicitDependencies": {
"package.json": "*"
},
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": ["build"]
}
}
},
"pluginsConfig": {
"@nrwl/js": {
"analyzeSourceFiles": false
}
}
}