mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-05-24 10:18:53 +00:00
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:
parent
d4c5121723
commit
3f0f04f2bb
3 changed files with 0 additions and 12 deletions
|
|
@ -22,9 +22,5 @@
|
|||
"include": [
|
||||
"src/**/*.ts",
|
||||
"../../types/**/*.d.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"**/*.spec.ts",
|
||||
"**/*.test.ts"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,9 +22,5 @@
|
|||
"src/**/*.ts",
|
||||
"exposedInDockerExtension.d.ts",
|
||||
"../../types/**/*.d.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"**/*.spec.ts",
|
||||
"**/*.test.ts"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,9 +22,5 @@
|
|||
"src/**/*.ts",
|
||||
"exposedInMainWorld.d.ts",
|
||||
"../../types/**/*.d.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"**/*.spec.ts",
|
||||
"**/*.test.ts"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue