UNPKG

realtimecursor

Version:

Real-time collaboration system with cursor tracking and approval workflow

25 lines 649 B
{ "compilerOptions": { "target": "es2016", "module": "commonjs", "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": false, "skipLibCheck": true, "declaration": true, "outDir": "./dist", "jsx": "react", "moduleResolution": "node", "resolveJsonModule": true, "sourceMap": true, "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true, "noImplicitAny": false, "noImplicitThis": false, "strictNullChecks": false, "allowSyntheticDefaultImports": true, "isolatedModules": false }, "include": ["src/**/*"], "exclude": ["node_modules", "dist"] }