Skip to content

Commit

Permalink
feat(app): cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
vogloblinsky committed Apr 12, 2024
1 parent 308e1ad commit 8acc7fa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 81 deletions.
8 changes: 2 additions & 6 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,11 @@
"outputPath": "dist/compodoc-demo-todomvc-angular",
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"polyfills": ["zone.js"],
"tsConfig": "tsconfig.app.json",
"aot": true,
"assets": ["src/favicon.ico", "src/assets"],
"styles": [
"src/styles.css",
"node_modules/todomvc-common/base.css",
"node_modules/todomvc-app-css/index.css"
],
"styles": ["src/styles.css", "node_modules/todomvc-common/base.css", "node_modules/todomvc-app-css/index.css"],
"scripts": []
},
"configurations": {
Expand Down
63 changes: 0 additions & 63 deletions src/polyfills.ts

This file was deleted.

19 changes: 7 additions & 12 deletions tsconfig.app.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/app",
"types": []
},
"files": [
"src/main.ts",
"src/polyfills.ts"
],
"include": [
"src/**/*.d.ts"
]
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/app",
"types": []
},
"files": ["src/main.ts"],
"include": ["src/**/*.d.ts"]
}

0 comments on commit 8acc7fa

Please sign in to comment.