UNPKG

hypograph

Version:

Statistical inference and graph analysis library

16 lines (15 loc) 383 B
{ "compilerOptions": { "target": "ES2020", "module": "commonjs", "declaration": true, "outDir": "./dist", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "typeRoots": ["./node_modules/@types", "./src/types"] }, "include": ["src/**/*"], "exclude": ["node_modules", "**/*.test.ts"] }