Add definition file to npm [ci skip]
This commit is contained in:
parent
c55917d21a
commit
cb10456bbe
3 changed files with 1182 additions and 2 deletions
1178
index.d.ts
vendored
Normal file
1178
index.d.ts
vendored
Normal file
File diff suppressed because it is too large
Load diff
3
mithril.d.ts
vendored
3
mithril.d.ts
vendored
|
|
@ -1,4 +1,5 @@
|
||||||
// Mithril type definitions for Typescript
|
// Mithril type definitions for Typescript. Note that changes to this *must* be
|
||||||
|
// mirrored in the module export file in index.d.ts
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This is the module containing all the types/declarations/etc. for Mithril
|
* This is the module containing all the types/declarations/etc. for Mithril
|
||||||
|
|
|
||||||
|
|
@ -43,6 +43,7 @@
|
||||||
"mithril.min.js",
|
"mithril.min.js",
|
||||||
"mithril.min.js.map",
|
"mithril.min.js.map",
|
||||||
"mithril.js",
|
"mithril.js",
|
||||||
"README.*"
|
"mithril.d.js",
|
||||||
|
"index.d.js"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue