js-player-module-brightcove
Version:
Brightcove custom player using the Brightcove Player API.
21 lines (18 loc) • 359 B
JSON
{
"include": [
"src/**/*",
"@types/**/*"
],
"compilerOptions": {
"lib": ["DOM","ES5"],
"target":"ES5",
"module":"CommonJS",
"moduleResolution": "Node",
"sourceMap": true,
"declaration": true,
"strict": true,
"noImplicitAny": false,
"strictNullChecks": false,
"strictPropertyInitialization": false
}
}