mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 19:03:46 +02:00
12 lines
289 B
JSON
12 lines
289 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"moduleResolution": "nodenext",
|
|
"module": "NodeNext",
|
|
"composite": true,
|
|
"noEmit": false
|
|
},
|
|
"include": ["vitest.config.ts", "./test/**/*"],
|
|
"references": [{ "path": "./src" }, { "path": "./packages/prores-decoder/src" }]
|
|
}
|