SPRINT-18: fixed to dashboards, removed and moved around all the things

This commit is contained in:
Tim Chamberlain
2023-01-04 11:40:21 -06:00
parent e49f178738
commit 267580b44b
460 changed files with 9717 additions and 11057 deletions

View File

@ -7,7 +7,7 @@
"lib": [
"DOM",
"ES6",
"DOM.Iterable",
"esnext",
"ScriptHost",
"ES2016.Array.Include"
],
@ -31,7 +31,7 @@
"sourceMap": true,
"strict": true,
"strictNullChecks": false,
"target": "ES6"
"target": "es2019"
},
"include": [
"src"
@ -39,6 +39,7 @@
"exclude": [
"node_modules",
"lib",
"**/*.test.ts"
"**/*.test.ts",
"src/qqq/assets"
]
}