Render docs of native symbols in webview mostly works now

This commit is contained in:
geequlim
2019-10-06 17:06:49 +08:00
parent eba90dbbf9
commit 758aafc570
3 changed files with 434 additions and 33 deletions

View File

@@ -4,13 +4,14 @@
"target": "es6",
"outDir": "out",
"lib": [
"es6"
"es2020",
"dom"
],
"sourceMap": true,
"rootDir": "src",
"strict": false
},
"exclude": [
"node_modules",
"node_modules"
]
}