mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 19:03:46 +02:00
16 lines
281 B
JSON
16 lines
281 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"moduleResolution": "nodenext",
|
|
"module": "NodeNext",
|
|
"composite": true,
|
|
"noEmit": false,
|
|
"paths": {
|
|
"mediakit": ["./dist/metamuxer.d.ts"],
|
|
},
|
|
},
|
|
"include": [
|
|
"./vite.config.ts",
|
|
"./examples/**/*.ts",
|
|
]
|
|
} |