Merge pull request #48 from dturcotte/dturcotte/module-typings
Bare minimum module declaration for compatibility with TypeScript web…pull/2748/head
commit
9c27a942ca
|
@ -0,0 +1 @@
|
||||||
|
declare module 'monaco-editor-webpack-plugin';
|
|
@ -3,6 +3,7 @@
|
||||||
"version": "1.5.4",
|
"version": "1.5.4",
|
||||||
"description": "A webpack plugin for the Monaco Editor",
|
"description": "A webpack plugin for the Monaco Editor",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
"typings": "./index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "node ./node_modules/webpack/bin/webpack.js --config test/webpack.config.js"
|
"test": "node ./node_modules/webpack/bin/webpack.js --config test/webpack.config.js"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue