@aicacia/peer
Version:
simple peer to peer for webrtc
26 lines (25 loc) • 562 B
JSON
{
"compilerOptions": {
"importHelpers": true,
"target": "ES2017",
"module": "CommonJS",
"moduleResolution": "Node",
"declaration": true,
"outDir": "cjs",
"declarationDir": "types",
"strict": true,
"skipLibCheck": true,
"esModuleInterop": true,
"downlevelIteration": true,
"lib": ["ESNext", "DOM"]
},
"include": ["src"],
"exclude": ["src/**/*.test.*", "src/**/*.benchmark.*"],
"typedocOptions": {
"entryPoints": ["src/index.ts"],
"out": "docs",
"excludeExternals": true,
"excludePrivate": true,
"excludeInternal": true
}
}