MSSQL: Add a project.json so NX builds the plugin (#94866)

build(mssql): add a project.json so nx builds the plugin
This commit is contained in:
Jack Westbrook
2024-10-17 15:57:27 +03:00
committed by GitHub
parent cf08f6762d
commit 8f5edb09ef
@@ -0,0 +1,9 @@
{
"$schema": "../../../../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"tags": ["scope:plugin", "type:datasource"],
"targets": {
"build": {},
"dev": {}
}
}