mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-26 08:13:34 +08:00
feat(): typed @ionic/docs (#19547)
This commit is contained in:
1
docs/.gitignore
vendored
1
docs/.gitignore
vendored
@ -1 +1,2 @@
|
||||
core.json
|
||||
core.d.ts
|
||||
|
@ -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",
|
||||
|
Reference in New Issue
Block a user