plugins/catalog-backend: typecheck migration files

This commit is contained in:
Patrik Oldsberg
2020-06-14 13:21:06 +02:00
parent e840d9c20a
commit 7fac58f23d
4 changed files with 12 additions and 1 deletions
@@ -14,6 +14,8 @@
* limitations under the License.
*/
// @ts-check
/**
* @param {import('knex')} knex
*/
@@ -14,6 +14,8 @@
* limitations under the License.
*/
// @ts-check
/**
* @param {import('knex')} knex
*/
@@ -14,6 +14,8 @@
* limitations under the License.
*/
// @ts-check
/**
* @param {import('knex')} knex
*/
+6 -1
View File
@@ -1,6 +1,11 @@
{
"extends": "@backstage/cli/config/tsconfig.json",
"include": ["packages/*/src", "plugins/*/src", "plugins/*/dev"],
"include": [
"packages/*/src",
"plugins/*/src",
"plugins/*/dev",
"plugins/*/migrations"
],
"compilerOptions": {
"outDir": "dist"
}