Skip to content

Commit 877b002

Browse files
feat: Updated apps/ionic-demo/tsconfig.spec.json
1 parent 1abd3f9 commit 877b002

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

apps/ionic-demo/tsconfig.spec.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
/* To learn more about this file see: https://angular.io/config/tsconfig. */
22
{
3-
"extends": "./tsconfig.json",
3+
/* To learn more about this file see: https://angular.io/config/tsconfig. */
4+
{
5+
"extends": "./tsconfig.json",
6+
"compilerOptions": {
7+
"outDir": "./out-tsc/spec",
8+
"types": [
9+
"jasmine"
10+
]
11+
},
12+
"files": [
13+
"src/test.ts",
14+
"src/polyfills.ts"
15+
],
16+
"include": [
17+
"src/**/*.spec.ts",
18+
"src/**/*.d.ts"
19+
]
20+
}
421
"compilerOptions": {
522
"outDir": "./out-tsc/spec",
623
"types": [

0 commit comments

Comments
 (0)