Skip to content

Commit 8315109

Browse files
fix: schematics output folder (#461)
1 parent 8ffed7c commit 8315109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/testing-library/tsconfig.schematics.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"esModuleInterop": true,
99
"resolveJsonModule": true,
1010
"forceConsistentCasingInFileNames": true,
11-
"outDir": "../../dist/@testing-library/angular/schematics/ng-add",
11+
"outDir": "../../dist/@testing-library/angular/schematics",
1212
"removeComments": true,
1313
"skipLibCheck": true,
1414
"sourceMap": false

0 commit comments

Comments
 (0)