Description
When creating the demo app in a separate repo imports from @getodk/web-forms complained about being unable to find types while @getodk/xforms-engine did not.
I think it's because
- we're missing
"types": "./dist/index.d.ts", from the package.json
- we're missing
"declaration": true from the tsconfig.json
Description
When creating the demo app in a separate repo imports from
@getodk/web-formscomplained about being unable to find types while@getodk/xforms-enginedid not.I think it's because
"types": "./dist/index.d.ts",from the package.json"declaration": truefrom the tsconfig.json