versa_semval 0.12.0

Cross-platform module for semantic validation of Versa data
Documentation
1
2
3
4
5
6
7
8
9
10
11
{
  "compilerOptions": {
    "module": "esnext",
    "moduleResolution": "node", 
    "esModuleInterop": true,
    "resolveJsonModule": true,
  },
  "type": "module",
  "include": ["__test__/**/*"],
  "exclude": ["node_modules", "dist", "build"]
}