Paul-DS / bootstrap-year-calendar

[DEPRECATED] A fully customizable year calendar widget, for boostrap !
Apache License 2.0
293 stars 243 forks source link

fix(bootstrap-year-calendar.d.ts) fix bug with typing for jquery #227

Open RagazziMoscow opened 5 years ago

RagazziMoscow commented 5 years ago

Now there is a problem with tsc compiling: node_modules/bootstrap-year-calendar/typescript/bootstrap-year-calendar.d.ts(6,22): error TS6053: File '/node_modules/bootstrap-year-calendar/jquery/jquery.d.ts' not found.

So this pull request inserts /// directive and we have a reference to jquery package instead of jquery.d.ts declarations file.