13 lines
234 B
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"]
|
|
}
|
|
}
|
|
}
|