We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc56f1 commit 8a70739Copy full SHA for 8a70739
package.json
@@ -15,13 +15,13 @@
15
"url": "https://github.com/CodinGame/monaco-languageclient-wrapper"
16
},
17
"moduleResolution": "node",
18
- "main": "dist/index.js",
19
- "module": "dist/index.js",
+ "main": "./dist/index.js",
+ "module": "./dist/index.js",
20
"files": [
21
"dist/",
22
"stats.html"
23
],
24
- "types": "dist/index.d.ts",
+ "types": "./dist/index.d.ts",
25
"dependencies": {
26
"@codingame/monaco-editor-wrapper": "^1.14.5",
27
"@codingame/monaco-jsonrpc": "^0.4.0",
0 commit comments