mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-06-19 22:41:39 +00:00
set type to module so that module loaders expect imports
Vite for example won't compile with it
This commit is contained in:
parent
4ab8e671e6
commit
219951255d
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
|||
"prepack": "node build.js",
|
||||
"prepare": "husky install"
|
||||
},
|
||||
"type": "module",
|
||||
"typings": "./index.d.ts",
|
||||
"files": [
|
||||
"index.js",
|
||||
|
|
|
|||
Loading…
Reference in a new issue