add basic react nodeviewrenderer

This commit is contained in:
Philipp Kühn
2021-03-14 16:30:06 +01:00
parent bc60a91904
commit 5e9a0d4225
8 changed files with 118 additions and 73 deletions

View File

@@ -28,7 +28,8 @@
"./shims/vue.d.ts"
],
"include": [
"**/*.ts"
"**/*.ts",
"**/*.tsx"
],
"exclude": [
"**/node_modules",