Initial Commit

This commit is contained in:
2025-01-28 16:27:48 +01:00
commit baacb6e2df
14 changed files with 385 additions and 0 deletions

7
tslint.json Normal file
View File

@@ -0,0 +1,7 @@
{
"extends": ["tslint:latest", "tslint:react"],
"rules": {
"object-literal-sort-keys": false,
"no-unused-variable": [true, "react"]
}
}