Files
mediabunny/packages/server/tsconfig.api-extractor.json
T

7 lines
137 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"paths": {} // Fails if we don't override it due to the Mediabunny imports
}
}