2
0
mirror of https://github.com/tenrok/maska.git synced 2026-06-05 16:42:28 +03:00

build: remove type module from package.json

To generate UMD CJS by default with .js extension (for CDN link)
and ESM with .mjs extension (for bundlers)
This commit is contained in:
Alexander Shabunevich
2024-04-14 14:11:24 +03:00
parent 3fa2b02efa
commit b80fb27838
4 changed files with 7 additions and 9 deletions
+1 -1
View File
@@ -6,5 +6,5 @@
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
"include": ["vite.config.mts"]
}