mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 02:43:48 +02:00
16 lines
270 B
JSON
16 lines
270 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../dist/modules",
|
|
"rootDir": "..",
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"stripInternal": true,
|
|
"noEmit": false,
|
|
"composite": true
|
|
},
|
|
"include": [
|
|
"**/*",
|
|
"../shared/**/*"
|
|
]
|
|
} |