Changes for new panel view

This commit is contained in:
Elio Struyf
2020-12-02 17:37:14 +01:00
parent 4e65302a47
commit 3d75d5dcdf
37 changed files with 2054 additions and 167 deletions
+4 -6
View File
@@ -4,15 +4,13 @@
"target": "es6",
"outDir": "out",
"lib": [
"es6"
"es6",
"DOM"
],
"sourceMap": true,
"rootDir": "src",
"strict": true /* enable all strict type-checking options */
/* Additional Checks */
// "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
// "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
// "noUnusedParameters": true, /* Report errors on unused parameters. */
"strict": true,
"jsx": "react"
},
"exclude": [
"node_modules",