@egjs/react-imready
Version:
This react module is used to wait for the image or video to be ready.
27 lines (26 loc) • 591 B
JSON
{
"extends": "./tsconfig",
"compilerOptions": {
"module": "commonjs",
"noImplicitAny": false,
"jsx": "react",
"types": [
"karma-chai",
"mocha"
],
"strict": false,
"strictNullChecks": false,
"forceConsistentCasingInFileNames": false,
"resolveJsonModule": false,
"isolatedModules": false,
"noEmit": false,
"allowUnreachableCode": true,
"allowUnusedLabels": true
},
"include": [
"./src/**/*.ts",
"./src/**/*.tsx",
"./test/**/*.ts",
"./test/**/*.tsx"
]
}