Skip to content

Commit 48a3be3

Browse files
committed
Redundant file reference removal.
1 parent c9bdb0f commit 48a3be3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tsconfig.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"compileOnSave": false,
77
"filesGlob": [
88
"typings/index.d.ts",
9-
"source/**/*.ts",
10-
"tests/**/*.ts"
9+
"source/**/*.ts"
1110
],
1211
"exclude": [
1312
"node_modules"
@@ -23,7 +22,6 @@
2322
"source/BsLoadingOverlayService.spec.ts",
2423
"source/BsLoadingOverlayService.ts",
2524
"source/IBsLoadingOverlayHandler.ts",
26-
"source/IBsLoadingOverlayOptions.ts",
27-
"tests/setup.ts"
25+
"source/IBsLoadingOverlayOptions.ts"
2826
]
2927
}

0 commit comments

Comments
 (0)