Initial commit

This commit is contained in:
M. George Hansen 2025-08-15 14:00:52 +12:00
commit dbd45204bb
29 changed files with 7083 additions and 0 deletions

View file

@ -0,0 +1,9 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"resolveJsonModule": true,
"noEmit": true,
"rootDir": "."
},
"include": ["./**/*", "./**/*.json"]
}