mirror of
https://github.com/strapi/strapi.git
synced 2026-01-06 12:13:52 +00:00
19 lines
310 B
JSON
19 lines
310 B
JSON
{
|
|
"implicitDependencies": {
|
|
"package.json": "*"
|
|
},
|
|
"tasksRunnerOptions": {
|
|
"default": {
|
|
"runner": "nx/tasks-runners/default",
|
|
"options": {
|
|
"cacheableOperations": ["build"]
|
|
}
|
|
}
|
|
},
|
|
"pluginsConfig": {
|
|
"@nrwl/js": {
|
|
"analyzeSourceFiles": false
|
|
}
|
|
}
|
|
}
|