mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 19:42:56 +01:00
Bare minimum module declaration for compatibility with TypeScript webpack configs with noImplicitAny
This commit is contained in:
parent
ab9e0b371b
commit
2a88406fe7
2 changed files with 2 additions and 0 deletions
1
index.d.ts
vendored
Normal file
1
index.d.ts
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
declare module 'monaco-editor-webpack-plugin';
|
||||
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue