chore: include tests in tsconfig so we check if they compile properly

Change-Id: I45a76a22aa9946afb08e6ca3c85e59fd20ffc489
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
This commit is contained in:
Florent Benoit 2023-05-11 09:39:38 +02:00 committed by Florent BENOIT
parent d4c5121723
commit 3f0f04f2bb
3 changed files with 0 additions and 12 deletions

View file

@ -22,9 +22,5 @@
"include": [
"src/**/*.ts",
"../../types/**/*.d.ts"
],
"exclude": [
"**/*.spec.ts",
"**/*.test.ts"
]
}

View file

@ -22,9 +22,5 @@
"src/**/*.ts",
"exposedInDockerExtension.d.ts",
"../../types/**/*.d.ts"
],
"exclude": [
"**/*.spec.ts",
"**/*.test.ts"
]
}

View file

@ -22,9 +22,5 @@
"src/**/*.ts",
"exposedInMainWorld.d.ts",
"../../types/**/*.d.ts"
],
"exclude": [
"**/*.spec.ts",
"**/*.test.ts"
]
}