{ "compilerOptions": { "composite": true, "target": "ES6", "module": "commonjs", "declaration": true, "sourceMap": true, "outDir": "./build", "rootDir": "./src", "strictNullChecks": true, "noImplicitAny": true, "strictBindCallApply": true, "noUnusedLocals": true, "noUnusedParameters": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true }, "references": [ { "path": "../rrweb-player" }, { "path": "../types" } ] }