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
I am new to the web development, so, I might be mistaken. Having said that, it looks that the NPM package for json2typescript v.0.9.5 is defective: it contains only Typescript code and no JavaScript.
I believe this is because the tsconfig.json contains an invalid specification for json-convert.ts. The ".ts" suffix is missing:
"files": [
"./index.ts",
"./src/json2typescript/json-convert"
]
The text was updated successfully, but these errors were encountered:
It's not "defective", but there are indeed no JavaScript files. Depending on your configuration, your project might not compile the TypeScript files and leave you with errors.
I think in the new version this should be fixed (coming soon).
I am new to the web development, so, I might be mistaken. Having said that, it looks that the NPM package for json2typescript v.0.9.5 is defective: it contains only Typescript code and no JavaScript.
I believe this is because the tsconfig.json contains an invalid specification for json-convert.ts. The ".ts" suffix is missing:
"files": [
"./index.ts",
"./src/json2typescript/json-convert"
]
The text was updated successfully, but these errors were encountered: