mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 02:43:48 +02:00
Add @mediabunny/ac3 extension package
This commit is contained in:
@@ -4,9 +4,13 @@
|
||||
"moduleResolution": "nodenext",
|
||||
"module": "NodeNext",
|
||||
"composite": true,
|
||||
"noEmit": false
|
||||
"noEmit": false,
|
||||
"paths": {
|
||||
"mediabunny": ["./src/index.ts"],
|
||||
"@mediabunny/ac3": ["./packages/ac3/src/index.ts"],
|
||||
},
|
||||
},
|
||||
"include": ["vitest.config.ts", "./test/**/*"],
|
||||
"exclude": ["./test/public/**/*"],
|
||||
"references": [{ "path": "./src" }]
|
||||
"references": [{ "path": "./src" }, { "path": "./packages/ac3" }]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user