Add jquery and materialize-css in tsconfig.
This commit is contained in:
parent
13d79ae567
commit
4982931457
@ -8,6 +8,10 @@
|
||||
"experimentalDecorators": true,
|
||||
"lib": [ "es2015", "dom" ],
|
||||
"noImplicitAny": false,
|
||||
"suppressImplicitAnyIndexErrors": true
|
||||
"suppressImplicitAnyIndexErrors": true,
|
||||
"types": [
|
||||
"jquery",
|
||||
"materialize-css"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -127,7 +127,6 @@ module.exports = {
|
||||
]
|
||||
}),
|
||||
new webpack.ProvidePlugin({
|
||||
Materialize: "materialize-css",
|
||||
$: "jquery",
|
||||
jQuery: "jquery",
|
||||
"window.jQuery": "jquery"
|
||||
|
Loading…
Reference in New Issue
Block a user