Create @mediabunny/mp3-encoder, restructure and extend build system

This commit is contained in:
Vanilagy
2025-08-10 00:45:30 +02:00
parent 7a2a23bcb0
commit cbb2681d33
38 changed files with 2913 additions and 112 deletions
+6 -3
View File
@@ -6,12 +6,15 @@
"composite": true,
"noEmit": false,
"paths": {
"mediabunny": ["./dist/mediabunny.d.ts"],
"mediabunny": ["./src/index.ts"],
},
"types": ["vite/client"]
},
"include": [
"./vite.config.ts",
"./examples/**/*.ts",
]
"./examples/**/*.ts"
],
"references": [
{ "path": "./src" }
]
}