Add web interface and tests

This commit is contained in:
aet
2021-11-05 03:17:18 -04:00
parent 7f41a50fb1
commit fe926be0a6
66 changed files with 3390 additions and 1275 deletions

View File

@ -1,9 +1,10 @@
{
"compilerOptions": {
"allowJs": false,
"declaration": true,
"experimentalDecorators": true,
"importHelpers": true,
"jsx": "react",
"jsx": "react-jsx",
"module": "commonjs",
"moduleResolution": "node",
"noEmit": true,