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 14:57:27 +02:00 committed by GitHub
parent cf08f6762d
commit 8f5edb09ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,9 @@
{
"$schema": "../../../../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"tags": ["scope:plugin", "type:datasource"],
"targets": {
"build": {},
"dev": {}
}
}