@greenfinity/rescript-vitest
Version:
Rescript bindings to the Vitest testing framework
24 lines (23 loc) • 383 B
JSON
{
"name": "@greenfinity/rescript-vitest",
"namespace": false,
"compiler-flags": ["-bs-no-version-header"],
"suffix": ".bs.mjs",
"package-specs": {
"module": "esmodule",
"in-source": true
},
"sources": [
{
"dir": "src"
},
{
"dir": "__tests__",
"type": "dev"
}
],
"warnings": {
"number": "-44",
"error": "+101"
}
}