Add initial plotting

This commit is contained in:
ThePetrovich 2025-04-05 14:43:23 +08:00
parent 2db5d14202
commit 55295b84aa
10 changed files with 362 additions and 436 deletions

View file

@ -3,6 +3,7 @@
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"allowImportingTsExtensions": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,