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
Only when I add in
"types":"dist/index.d.ts",
into package.json, the
import * as json2ts from "json-ts";
can work on my own .ts file.
Your code is good, hope that you can add in this short declaration into your package.json so that we can easily use it in our own typescript code. Thanks a lot.
The text was updated successfully, but these errors were encountered:
Only when I add in
"types":"dist/index.d.ts",
into package.json, the
import * as json2ts from "json-ts";
can work on my own .ts file.
Your code is good, hope that you can add in this short declaration into your package.json so that we can easily use it in our own typescript code. Thanks a lot.
The text was updated successfully, but these errors were encountered: