Skip to content

Commit 8a95b19

Browse files
committed
chore(angular): update base tsconfig.app
1 parent 0f4ba04 commit 8a95b19

File tree

6 files changed

+42
-32
lines changed

6 files changed

+42
-32
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"extends": "./tsconfig.json",
3+
"compilerOptions": {
4+
"outDir": "./out-tsc/app"
5+
},
6+
"files": [
7+
"src/main.ts",
8+
"src/polyfills.ts",
9+
"src/zone-flags.ts"
10+
],
11+
"include": ["src/**/*.d.ts"]
12+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"extends": "./tsconfig.json",
3+
"compilerOptions": {
4+
"outDir": "./out-tsc/app"
5+
},
6+
"files": [
7+
"src/main.ts",
8+
"src/polyfills.ts",
9+
"src/zone-flags.ts"
10+
],
11+
"include": ["src/**/*.d.ts"]
12+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"extends": "./tsconfig.json",
3+
"compilerOptions": {
4+
"outDir": "./out-tsc/app"
5+
},
6+
"files": [
7+
"src/main.ts",
8+
"src/polyfills.ts",
9+
"src/zone-flags.ts"
10+
],
11+
"include": ["src/**/*.d.ts"]
12+
}

packages/angular/test/apps/ng19/tsconfig.app.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

packages/angular/test/apps/ng20/tsconfig.app.json

Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"extends": "./tsconfig.json",
33
"compilerOptions": {
4-
"outDir": "./out-tsc/app"
4+
"outDir": "./out-tsc/app",
5+
"types": []
56
},
67
"files": [
78
"src/main.ts",
8-
"src/polyfills.ts",
9-
"src/zone-flags.ts"
9+
"src/polyfills.ts"
1010
],
11-
"include": ["src/**/*.d.ts"]
11+
"include": [
12+
"src/**/*.d.ts"
13+
]
1214
}

0 commit comments

Comments
 (0)