mirror of
https://github.com/tenrok/maska.git
synced 2026-05-15 11:59:38 +03:00
b80fb27838
To generate UMD CJS by default with .js extension (for CDN link) and ESM with .mjs extension (for bundlers)
11 lines
216 B
JSON
11 lines
216 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"resolveJsonModule": true,
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": ["vite.config.mts"]
|
|
}
|