automerge/rust/automerge-wasm/examples/redis-sync/config/mjs.json
2022-12-14 12:26:48 -06:00

8 lines
158 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"target": "es2017",
"module": "esnext",
"outDir": "../dist/mjs"
}
}