Outlook_Addin_LLM/node_modules/@fluentui/theme/project.json

13 lines
234 B
JSON

{
"name": "theme",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"tags": ["v8"],
"implicitDependencies": [],
"targets": {
"test": {
"dependsOn": ["^build"]
}
}
}