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:
+1
-1
@@ -6,5 +6,5 @@
|
||||
"resolveJsonModule": true,
|
||||
"allowSyntheticDefaultImports": true
|
||||
},
|
||||
"include": ["vite.config.ts"]
|
||||
"include": ["vite.config.mts"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user