automerge/automerge-js/e2e/tsconfig.json
Alex Good 235bb64358
Add an e2e testing tool for the JS packaging
JS packaging is complicated and testing it manually is irritating. Add a
tool in `automerge-js/e2e` which stands up a local NPM registry and
publishes the various packages to that registry for use in automated and
manual tests. Update the test script in `scripts/ci/js_tests` to run the
tests using this tool
2022-10-02 19:01:06 +01:00

6 lines
87 B
JSON

{
"compilerOptions": {
"types": ["node"]
},
"module": "nodenext"
}