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

6 lines
102 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../dist/cjs"
}
}