onvif-nvt-ts
Version:
Wrapper for ONVIF spec to control NVT (Network Video Transitter) devices. Forked and added TypeScript support from onvif-nvt.
30 lines (21 loc) • 521 B
JSON
{
"exclude": ["test", "**/*.d.ts"],
"compilerOptions": {
"target": "es2020",
"module": "commonjs",
"noEmit": false,
"outDir": "dist",
"sourceMap": true,
"sourceRoot": "src",
"declaration": true,
"strict": false,
"strictBindCallApply": true,
"strictFunctionTypes": true,
"noImplicitThis": true,
"moduleResolution": "node",
"esModuleInterop": true,
"skipDefaultLibCheck": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
}
}