Merge pull request #48 from dturcotte/dturcotte/module-typings

Bare minimum module declaration for compatibility with TypeScript web…
pull/2748/head
Alexandru Dima 2018-11-13 15:04:58 +01:00 committed by GitHub
commit 9c27a942ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

1
index.d.ts vendored 100644
View File

@ -0,0 +1 @@
declare module 'monaco-editor-webpack-plugin';

View File

@ -3,6 +3,7 @@
"version": "1.5.4",
"description": "A webpack plugin for the Monaco Editor",
"main": "index.js",
"typings": "./index.d.ts",
"scripts": {
"test": "node ./node_modules/webpack/bin/webpack.js --config test/webpack.config.js"
},