Initial commit.

This commit is contained in:
unknown
2020-10-28 23:30:50 +01:00
commit 7dd376b92f
14 changed files with 20526 additions and 0 deletions

6
tsconfig.json Normal file
View File

@@ -0,0 +1,6 @@
{
"extends": "./node_modules/@mendix/pluggable-widgets-tools/configs/tsconfig.base.json",
"compileerOptions": {
"jsx": "react"
}
}