table data grid

This commit is contained in:
Jan Prochazka
2021-02-22 17:34:24 +01:00
parent 60c1090d6c
commit 1e540b3fe9
22 changed files with 928 additions and 5678 deletions

View File

@@ -10,6 +10,7 @@
"skipLibCheck": true,
"noImplicitAny": false,
"strictNullChecks": false,
"strict": false
"strict": false,
"target": "es6",
}
}