mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
feat: convert to crystal
This commit is contained in:
20
nx.json
20
nx.json
@@ -83,5 +83,23 @@
|
||||
}
|
||||
},
|
||||
"defaultProject": "angular-projection",
|
||||
"useInferencePlugins": false
|
||||
"useInferencePlugins": false,
|
||||
"plugins": [
|
||||
{
|
||||
"plugin": "@nx/eslint/plugin",
|
||||
"options": {
|
||||
"targetName": "lint",
|
||||
"extensions": ["ts", "tsx", "js", "jsx", "html", "vue"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"plugin": "@nx/cypress/plugin",
|
||||
"options": {
|
||||
"targetName": "component-test",
|
||||
"ciTargetName": "e2e-ci",
|
||||
"openTargetName": "open-cypress",
|
||||
"componentTestingTargetName": "component-test"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user