mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 02:43:48 +02:00
Create @mediabunny/mp3-encoder, restructure and extend build system
This commit is contained in:
+6
-3
@@ -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" }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user