Add jquery and materialize-css in tsconfig.

This commit is contained in:
Alexis Lahouze
2017-10-28 22:28:25 +02:00
parent 13d79ae567
commit 4982931457
2 changed files with 5 additions and 2 deletions
+5 -1
View File
@@ -8,6 +8,10 @@
"experimentalDecorators": true,
"lib": [ "es2015", "dom" ],
"noImplicitAny": false,
"suppressImplicitAnyIndexErrors": true
"suppressImplicitAnyIndexErrors": true,
"types": [
"jquery",
"materialize-css"
]
}
}
-1
View File
@@ -127,7 +127,6 @@ module.exports = {
]
}),
new webpack.ProvidePlugin({
Materialize: "materialize-css",
$: "jquery",
jQuery: "jquery",
"window.jQuery": "jquery"