{
	"name": "frontend-shared",
	"$schema": "../../../node_modules/nx/schemas/project-schema.json",
	"sourceRoot": "libs/frontend/shared/src",
	"prefix": "kadi",
	"projectType": "library",
	"tags": ["scope:frontend"],
	"targets": {
		"test": {
			"options": {
				"passWithNoTests": true
			}
		}
	}
}
