docs(webpack): fix for tsconfig.json provided in example (#2892)
* docs(webpack): fix for tsconfig.json provided in example * docs(webpack): fix for tsconfig.json provided in example * docs(webpack): fix for tsconfig.json provided in example
This commit is contained in:
parent
1be698ca7f
commit
18981f9e81
|
@ -6,8 +6,8 @@
|
|||
"sourceMap": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"experimentalDecorators": true,
|
||||
"removeComments": false,
|
||||
"lib": ["es2015", "dom"],
|
||||
"noImplicitAny": true,
|
||||
"suppressImplicitAnyIndexErrors": true
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue