mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 19:03:46 +02:00
7 lines
137 B
JSON
7 lines
137 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"paths": {} // Fails if we don't override it due to the Mediabunny imports
|
|
}
|
|
}
|