Skip to content

Commit 8acc7fa

Browse files
committed
feat(app): cleaning
1 parent 308e1ad commit 8acc7fa

File tree

3 files changed

+9
-81
lines changed

3 files changed

+9
-81
lines changed

angular.json

+2-6
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,11 @@
3838
"outputPath": "dist/compodoc-demo-todomvc-angular",
3939
"index": "src/index.html",
4040
"main": "src/main.ts",
41-
"polyfills": "src/polyfills.ts",
41+
"polyfills": ["zone.js"],
4242
"tsConfig": "tsconfig.app.json",
4343
"aot": true,
4444
"assets": ["src/favicon.ico", "src/assets"],
45-
"styles": [
46-
"src/styles.css",
47-
"node_modules/todomvc-common/base.css",
48-
"node_modules/todomvc-app-css/index.css"
49-
],
45+
"styles": ["src/styles.css", "node_modules/todomvc-common/base.css", "node_modules/todomvc-app-css/index.css"],
5046
"scripts": []
5147
},
5248
"configurations": {

src/polyfills.ts

-63
This file was deleted.

tsconfig.app.json

+7-12
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
/* To learn more about this file see: https://angular.io/config/tsconfig. */
22
{
3-
"extends": "./tsconfig.json",
4-
"compilerOptions": {
5-
"outDir": "./out-tsc/app",
6-
"types": []
7-
},
8-
"files": [
9-
"src/main.ts",
10-
"src/polyfills.ts"
11-
],
12-
"include": [
13-
"src/**/*.d.ts"
14-
]
3+
"extends": "./tsconfig.json",
4+
"compilerOptions": {
5+
"outDir": "./out-tsc/app",
6+
"types": []
7+
},
8+
"files": ["src/main.ts"],
9+
"include": ["src/**/*.d.ts"]
1510
}

0 commit comments

Comments
 (0)