Skip to content

Commit cb078c2

Browse files
committed
build: remove unnecessary excludes from tsconfig.json
The excluded files are no longer relevant.
1 parent 474571f commit cb078c2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tsconfig.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,10 @@
3636
"exclude": [
3737
"dist/**/*",
3838
"dist-schema/**",
39-
"goldens/**/*",
4039
"**/node_modules/**/*",
4140
"**/third_party/**/*",
42-
"packages/angular_devkit/schematics_cli/blank/*-files/**/*",
4341
"packages/angular_devkit/schematics_cli/schematic/files/**/*",
4442
"packages/angular_devkit/*/test/**/*",
45-
"tests/**/*",
46-
".ng-dev/**/*"
43+
"tests/**/*"
4744
]
4845
}

0 commit comments

Comments
 (0)