media-stream-player
Version:
Player built on top of media-stream-library
17 lines (16 loc) • 335 B
JSON
{
"compilerOptions": {
"declaration": true,
"target": "es2018",
"module": "esnext",
"outDir": "./dist/esm",
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"strictNullChecks": true,
"moduleResolution": "node",
"esModuleInterop": true,
"jsx": "react"
},
"include": ["./lib"]
}