cleanup(core): clean the npm nx.json

This commit is contained in:
Victor Savkin 2022-06-13 09:15:32 -04:00
parent e501f42ad4
commit f30323e3fd
No known key found for this signature in database
GPG Key ID: 39178FEB7698B817

View File

@ -1,10 +1,6 @@
{ {
"implicitDependencies": { "implicitDependencies": {
"package.json": { "package.json": "*"
"dependencies": "*",
"devDependencies": "*"
},
".eslintrc.json": "*"
}, },
"tasksRunnerOptions": { "tasksRunnerOptions": {
"default": { "default": {
@ -14,10 +10,6 @@
} }
} }
}, },
"workspaceLayout": {
"libsDir": "packages",
"appsDir": "packages"
},
"pluginsConfig": { "pluginsConfig": {
"@nrwl/js": { "@nrwl/js": {
"analyzeSourceFiles": false "analyzeSourceFiles": false