Skip to content

Commit e3b0c99

Browse files
committed
ci(schematics): skipLibCheck on compile for schematics
1 parent dd7d95d commit e3b0c99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/igniteui-angular/schematics/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"sourceMap": false,
66
"composite": true,
77
"declaration": true,
8-
"outDir": "../../../dist/igniteui-angular/schematics/"
8+
"outDir": "../../../dist/igniteui-angular/schematics/",
9+
"skipLibCheck": true
910
}
1011
}

0 commit comments

Comments
 (0)