issues
search
JohnWeisz
/
TypedJSON
Typed JSON parsing and serializing for TypeScript that preserves type information.
MIT License
603
stars
64
forks
source link
Fix for #79 & #57
#82
Closed
harikvpy
closed
6 years ago
harikvpy
commented
6 years ago
Changes:
Disable Weak Type Detection in SerializerSettings so that code works with TS 2.4+
Make package integrate well with Ionic and Angular projects by adding tsconfig to generate sourcemap and typings file during build
Add npm build task
Update version in package.json to match what's in source (0.2.0)
Appropriate changes to .gitignore to accommodate new files
Changes: