Skip to content

Commit 92a13ed

Browse files
committed
chore(angular): update base tsconfig.spec
1 parent 4f6ccc0 commit 92a13ed

File tree

4 files changed

+28
-8
lines changed

4 files changed

+28
-8
lines changed

packages/angular/test/apps/ng19/tsconfig.spec.json renamed to packages/angular/test/apps/ng16/tsconfig.spec.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
"extends": "./tsconfig.json",
33
"compilerOptions": {
44
"outDir": "./out-tsc/spec",
5-
"module": "commonjs",
6-
"types": ["jasmine", "node"]
5+
"types": [
6+
"node"
7+
]
78
},
89
"files": [
910
"src/test.ts",
11+
"src/zone-flags.ts",
1012
"src/polyfills.ts"
1113
],
1214
"include": [

packages/angular/test/apps/ng20/tsconfig.spec.json renamed to packages/angular/test/apps/ng17/tsconfig.spec.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
"extends": "./tsconfig.json",
33
"compilerOptions": {
44
"outDir": "./out-tsc/spec",
5-
"module": "commonjs",
6-
"types": ["jasmine", "node"]
5+
"types": [
6+
"node"
7+
]
78
},
89
"files": [
910
"src/test.ts",
11+
"src/zone-flags.ts",
1012
"src/polyfills.ts"
1113
],
1214
"include": [
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"extends": "./tsconfig.json",
3+
"compilerOptions": {
4+
"outDir": "./out-tsc/spec",
5+
"types": [
6+
"node"
7+
]
8+
},
9+
"files": [
10+
"src/test.ts",
11+
"src/zone-flags.ts",
12+
"src/polyfills.ts"
13+
],
14+
"include": [
15+
"src/**/*.spec.ts",
16+
"src/**/*.d.ts"
17+
]
18+
}

packages/angular/test/base/tsconfig.spec.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22
"extends": "./tsconfig.json",
33
"compilerOptions": {
44
"outDir": "./out-tsc/spec",
5-
"types": [
6-
"node"
7-
]
5+
"module": "commonjs",
6+
"types": ["jasmine", "node"]
87
},
98
"files": [
109
"src/test.ts",
11-
"src/zone-flags.ts",
1210
"src/polyfills.ts"
1311
],
1412
"include": [

0 commit comments

Comments
 (0)