Skip to content

Commit bcdf1d5

Browse files
Remove unused main.server.ts and app.config.server.ts
1 parent 5f4fae7 commit bcdf1d5

4 files changed

Lines changed: 19 additions & 52 deletions

File tree

frontend/src/app/app.config.server.ts

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

frontend/src/main.server.ts

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

frontend/tsconfig.app.json

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,10 @@
1-
/* To learn more about this file see: https://angular.io/config/tsconfig. */
2-
{
3-
"extends": "./tsconfig.json",
4-
"compilerOptions": {
5-
"outDir": "./out-tsc/app",
6-
"types": [
7-
"node",
8-
"@angular/localize"
9-
]
10-
},
11-
"files": [
12-
"src/main.ts",
13-
"src/main.server.ts",
14-
"server.ts"
15-
],
16-
"include": [
17-
"src/**/*.d.ts"
18-
]
19-
}
1+
/* To learn more about this file see: https://angular.io/config/tsconfig. */
2+
{
3+
"extends": "./tsconfig.json",
4+
"compilerOptions": {
5+
"outDir": "./out-tsc/app",
6+
"types": ["node", "@angular/localize"]
7+
},
8+
"files": ["src/main.ts"],
9+
"include": ["src/**/*.d.ts"]
10+
}

frontend/tsconfig.spec.json

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
1-
/* To learn more about this file see: https://angular.io/config/tsconfig. */
2-
{
3-
"extends": "./tsconfig.json",
4-
"compilerOptions": {
5-
"outDir": "./out-tsc/spec",
6-
"types": [
7-
"jasmine",
8-
"@angular/localize"
9-
]
10-
},
11-
"include": [
12-
"src/**/*.spec.ts",
13-
"src/**/*.d.ts"
14-
]
15-
}
1+
/* To learn more about this file see: https://angular.io/config/tsconfig. */
2+
{
3+
"extends": "./tsconfig.json",
4+
"compilerOptions": {
5+
"outDir": "./out-tsc/spec",
6+
"types": ["jasmine", "@angular/localize"]
7+
},
8+
"include": ["src/**/*.spec.ts", "src/**/*.d.ts"]
9+
}

0 commit comments

Comments
 (0)