react-native-theoplayer
Version:
A THEOplayer video component for react-native.
25 lines (24 loc) • 573 B
JSON
{
"compilerOptions": {
"outDir": "./dist",
"declaration": true,
"esModuleInterop": true,
"experimentalDecorators": true,
"forceConsistentCasingInFileNames": true,
"lib": ["es2018", "dom"],
"moduleResolution": "node",
"noImplicitAny": false,
"noUnusedLocals": true,
"removeComments": true,
"sourceMap": false,
"strictNullChecks": true,
"target": "es2018",
"jsx": "react",
"jsxFactory": "JSX.createElement",
"jsxFragmentFactory": "JSX.Fragment",
"skipLibCheck": true
},
"include": [
"./src"
]
}