aurelia / validatejs

Enables expressive validation using decorators and/or a fluent API.
MIT License
22 stars 23 forks source link

errors with .d.ts files #51

Closed lucamorelli closed 8 years ago

lucamorelli commented 8 years ago

Hi, I just added the library in a vs project with typescript and when I try to compile I have these errors.

...\jspm_packages\npm\aurelia-validatejs@0.3.0\aurelia-validatejs.d.ts(7,10): error TS2307: Build: Cannot find module 'aurelia-validation'.
...\jspm_packages\npm\aurelia-validatejs@0.3.0\aurelia-validatejs.d.ts(14,24): error TS2307: Build: Cannot find module 'validate.js'.

am I missing something?

plwalters commented 8 years ago

Already tracking adding types in this issue - https://github.com/aurelia/validatejs/issues/10

Contributions to add types welcome :)