Skip to content

Commit a481dd3

Browse files
sonicparkemgechev
authored andcommitted
Adding types to SYSTEM_CONFIG_DEV and SYSTEM_BUILDER_CONFIG objects
1 parent 8c74b90 commit a481dd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/config/seed.config.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export class SeedConfig {
7777

7878
// ----------------
7979
// SystemsJS Configuration.
80-
protected SYSTEM_CONFIG_DEV = {
80+
protected SYSTEM_CONFIG_DEV: any = {
8181
defaultJSExtensions: true,
8282
packageConfigPaths: [
8383
`${this.APP_BASE}node_modules/*/package.json`,
@@ -97,7 +97,7 @@ export class SeedConfig {
9797

9898
SYSTEM_CONFIG = this.SYSTEM_CONFIG_DEV;
9999

100-
SYSTEM_BUILDER_CONFIG = {
100+
SYSTEM_BUILDER_CONFIG: any = {
101101
defaultJSExtensions: true,
102102
packageConfigPaths: [
103103
join(this.PROJECT_ROOT, 'node_modules', '*', 'package.json'),

0 commit comments

Comments
 (0)