Update typedoc and fix doc json gen

This commit is contained in:
Max Lynch
2021-09-24 14:25:04 -05:00
parent 8652097906
commit 3c35fa6df0
4 changed files with 18014 additions and 107 deletions
+4 -1
View File
@@ -4,7 +4,10 @@
"target": "es5",
"moduleResolution": "node",
"noImplicitAny": false,
"lib": ["es6"]
"lib": ["es6"],
"paths": {
"@ionic-native/core": ["../src/@ionic-native/core"]
}
},
"exclude": ["node_modules"]
}