UNPKG

@egjs/react-imready

Version:

This react module is used to wait for the image or video to be ready.

16 lines (15 loc) 346 B
{ "extends": "./tsconfig", "compilerOptions": { "allowJs": false, "noEmit": false, "isolatedModules": false, "removeComments": true, "declaration": true, "emitDeclarationOnly": true, "declarationDir": "declaration" }, "include": [ "./src/react-imready/**/*" ] }