You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please add "types": "core.d.ts" to the main package.json with the next release. At the moment the types property is only set in each subpackages' package.json.
This means the following currently works with TypeScript: import * as swu from '@sutton-signwriting/core/swu';
But this does not: import { swu } from '@sutton-signwriting/core';
The text was updated successfully, but these errors were encountered:
jpalm-openmind
changed the title
Add types to package.json
Add types property to package.json
Mar 14, 2023
The issue was reported through email. The issue was also causing a problem with font-ttf. I'll need to investigate and try to debug. Not sure when I'll get to this.
Please add
"types": "core.d.ts"
to the mainpackage.json
with the next release. At the moment thetypes
property is only set in each subpackages'package.json
.This means the following currently works with TypeScript:
import * as swu from '@sutton-signwriting/core/swu';
But this does not:
import { swu } from '@sutton-signwriting/core';
The text was updated successfully, but these errors were encountered: