feat: convert to crystal

This commit is contained in:
thomas
2024-05-26 21:42:17 +02:00
parent f0abc3ec46
commit a07954fa73
73 changed files with 96 additions and 346 deletions

View File

@@ -3,8 +3,8 @@
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/shared/directives/src",
"prefix": "lib",
"tags": [],
"projectType": "library",
"tags": [],
"targets": {
"build": {
"executor": "@nx/angular:ng-packagr-lite",
@@ -28,9 +28,6 @@
"options": {
"jestConfig": "libs/shared/directives/jest.config.ts"
}
},
"lint": {
"executor": "@nx/eslint:lint"
}
}
}