Skip to content

Commit

Permalink
build: remove unnecessary excludes from tsconfig.json
Browse files Browse the repository at this point in the history
The excluded files are no longer relevant.

(cherry picked from commit cb078c2)
  • Loading branch information
alan-agius4 committed Aug 14, 2024
1 parent 0c2ca9a commit eb9c7fe
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,10 @@
"exclude": [
"dist/**/*",
"dist-schema/**",
"goldens/**/*",
"**/node_modules/**/*",
"**/third_party/**/*",
"packages/angular_devkit/schematics_cli/blank/*-files/**/*",
"packages/angular_devkit/schematics_cli/schematic/files/**/*",
"packages/angular_devkit/*/test/**/*",
"tests/**/*",
".ng-dev/**/*"
"tests/**/*"
]
}

0 comments on commit eb9c7fe

Please sign in to comment.