work on calculations

This commit is contained in:
Bojan Kucera 2025-06-04 18:16:16 -04:00
parent 3d910a13e0
commit ab7ef2b678
20 changed files with 1343 additions and 222 deletions

View file

@ -23,7 +23,7 @@ The root `tsconfig.json` at the project root establishes common settings for all
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"sourceMap": true,
"sourceMap": false,
"declaration": true,
"baseUrl": ".",
"paths": {