mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-07-07 12:00:42 +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",
|
"prepack": "node build.js",
|
||||||
"prepare": "husky install"
|
"prepare": "husky install"
|
||||||
},
|
},
|
||||||
|
"type": "module",
|
||||||
"typings": "./index.d.ts",
|
"typings": "./index.d.ts",
|
||||||
"files": [
|
"files": [
|
||||||
"index.js",
|
"index.js",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue