feat(): typed @ionic/docs (#19547)

This commit is contained in:
Manu MA
2019-10-08 20:35:45 +02:00
committed by GitHub
parent bb32cea5c9
commit 3c4e65ba97
6 changed files with 14 additions and 13 deletions

1
docs/.gitignore vendored
View File

@ -1 +1,2 @@
core.json
core.d.ts

View File

@ -3,8 +3,10 @@
"version": "4.10.2",
"description": "Pre-packaged API documentation for the Ionic docs.",
"main": "core.json",
"types": "core.d.ts",
"files": [
"core.json"
"core.json",
"core.d.ts"
],
"author": "Ionic Team",
"license": "MIT",