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:
Sergey Kryvets 2016-12-01 05:28:49 -06:00 committed by Jesús Rodríguez
parent 1be698ca7f
commit 18981f9e81
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@
"sourceMap": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"removeComments": false,
"lib": ["es2015", "dom"],
"noImplicitAny": true,
"suppressImplicitAnyIndexErrors": true
}
}
}