mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 02:43:48 +02:00
Add api-extractor and add required exports
This commit is contained in:
+5
-1
@@ -5,7 +5,11 @@
|
||||
"noImplicitAny": true,
|
||||
"noImplicitOverride": true,
|
||||
"noUncheckedIndexedAccess": true,
|
||||
"noPropertyAccessFromIndexSignature": true
|
||||
"noPropertyAccessFromIndexSignature": true,
|
||||
"rootDir": "src",
|
||||
"outDir": "build",
|
||||
"declaration": true,
|
||||
"stripInternal": true
|
||||
},
|
||||
"include": [
|
||||
"src/**/*"
|
||||
|
||||
Reference in New Issue
Block a user